Setting the Toolbars for a Form
Description
Form, Browse, and Print Preview windows can have multiple toolbars. The following Xbasic command sets a form's toolbars to "Record_navigation" and "Find_toolbar".
topparent.toolbar = "record_navigation,find_toolbar"
See Also