GetStatus() As Long

FormDef object

This method returns the current status of a form definition (FORMS Help topic).

There are three possible return values (data type Long):

Return value

Description

0

The form definition is Inactive.

1

The form definition is Active.

2

The form definition is Deactivated.

SetStatus (FormDef object)

CreateFormDefFromFile (Application object)

The FormDef object