This function returns the form itself.
object.GetParentForm(
[aFormTypeName])
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
|
aFormTypeName |
Optional | string |
The name of the form type |
Display the short name of the form itself.
Dim aForm
Dim aFormParent
Dim aFormInfo
Set aForm = Profile.Form
set aFormParent = aForm.GetParentForm("TIVisualForm")
aFormInfo = "Form: " & aForm.ShortName
Profile.MsgBox(aFormInfo) In Profile Client v8 on User Interface Parent Form can be found in .