The title of the form that is printed before its content.
object.FormReportTitle
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
string
Display some information about the form, including the title of the form that is printed before its content.
Dim aForm
Dim aFormInfo
Set aForm = Profile.Form
aFormInfo =_
"Short Name: " & aForm.ShortName & vbNewLine &_
"TypeName: " & aForm.TypeName & vbNewLine &_
"Form Report Title: " & aForm.FormReportTitle
Profile.MsgBox(aFormInfo)
In Profile Client v8 on User Interface Caption can be found in
.