<OBJECT>.TOGGLE_FORMBROWSE()
Syntax
<OBJECT>.TOGGLE_FORMBROWSE()
Description
The <OBJECT>.TOGGLE_FORMBROWSE() method applies to:
Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)
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