Xbasic
OBJECT.TOGGLE_FORMBROWSE Function
Syntax
.Toggle_formbrowse()
Description
Toggles between form and browse views for the selected data.
The form or browse must be visible before using this method.
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.
Example
dim ptr as P ptr = form.load("Customer Information") ptr.show() ptr.Toggle_FormBrowse()
Limitations
Desktop applications only.
See Also