<OBJECT>.TOGGLE_FORMBROWSE()

Syntax

<OBJECT>.TOGGLE_FORMBROWSE()

Description

The <OBJECT>.TOGGLE_FORMBROWSE() method applies to:

The <OBJECT>.TOGGLE_FORMBROWSE() method switches between the Form and Browse views of the selected data.

Note : The form or browse must be visible before using this method.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

dim ptr as P

ptr = form.load("Customer Information")

ptr.show()

ptr.Toggle_FormBrowse()

See Also

Form Functions and Methods, Browse Functions and Methods