Description
Read-only. Returns the name of the current form family.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify, ZoneLink
Syntax
object.FamilyName
Parameters
Object is a reference to the Form object. For more information, see Form Object (page Form Object).
FamilyName is the command.
Example
MsgBox “The name of the current Form Family is" & Form.FamilyName