Form Object

Represents an individual form in the Forms collection.

App.Forms(x)

Client support

   Newlook Smartclient

   Newlook Server

Use

Refer to an individual Form object by referring to its index within the Forms collection. This is particularly useful if, for instance, you were wishing to refer to a property of a control on a form from which a pop up window was opened.

If you are wishing to refer to the current screen it is preferable to use the ActiveForm object.

TIP

A Master form, if it exists, is always the first item of the forms collection and hence can be referenced via the syntax App.Forms(0). Where possible though, it is preferable to reference the master form via the syntax App.MasterForm to avoid confusion.

See Also

ActiveForm object | Forms collection | MasterForm object

Applies To

App object


© 2004-2021 looksoftware. All rights reserved.