Description
Returns the Import path for the specified form family.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.GetFamilyImportPath ("name.fof")
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
GetFamilyImportPath is the command.
Name.fof is a form family file name.
Example
strImportPath = Application.GetFamilyImportPath( "name.fof" )