Xbasic
FORM.BROWSE_VIEW Function
Syntax
.Browse_View()
Description
The .BROWSE_VIEW() method toggles a form window into a browse window.
Example
The following script examples, attached to a button on the Customer Information form, switch the form to browse view:
' using an alias is desirable parentform.browse_view() topparent.browse_view() ' the form name can change, causing problems customer_information.browse_view()
Limitations
Desktop applications only.
See Also