Toolbar Functions
Description
Xbasic functions for working with toolbars in a desktop application.
- Name
- Description
- a5_anchor_tbar_is_open Function
Returns .t. if the Anchor toolbar is open
- a5_anchor_tbar_toggle Function
Toggles the Anchor toolbar on/off
- a5_anchor_toolbar_close Function
closes Anchor toolbar
- a5_append_toolbar Function
Returns the system toolbar for Append Operation View
- a5_arrange_tbar_is_open Function
Returns .t. if the Arrange toolbar is open
- a5_arrange_tbar_toggle Function
Toggles the Arrange toolbar on/off
- a5_arrange_toolbar_close Function
closes Arrange toolbar
- a5_automatic_tbr_convert Function
Prompt if V4 tbr should be converted to V5
- a5_blank_toolbar Function
Returns the system toolbar for Form View
- a5_border_tbar_is_open Function
Returns .t. if the Border toolbar is open
- a5_border_tbar_toggle Function
Toggles the Border toolbar on/off
- a5_border_toolbar_close Function
closes border toolbar
- a5_clear_toolbars Function
For internal use only. Clears out all toolbars and loads fresh copies based on updated function defitions.
- a5_controlpanel_toolbar Function
Returns the system toolbar for Control Panel
- a5_copy_toolbar Function
Returns the system toolbar for Copy Operation View
- a5_create_new_toolbar Function
Create a new toolbar, starting with the specified template
- a5_create_new_toolbar_v6 Function
Create a new toolbar, starting with the specified template
- a5_customizedsystemtoolbarfilename Function
Return the filename for the custom system toolbar filename
- a5_email_toolbar_merge Function
Returns the system toolbar for the Email composition window mailmerge
- a5_email_toolbar_send Function
Returns the system toolbar for the Email composition window
- a5_export_toolbar Function
Returns the system toolbar for Update Operation View
- a5_fbf_toolbar Function
Returns the system toolbar for Find-by-Form View
- a5_form_toolbar Function
Returns the system toolbar for Form View
- a5_formeditor_toolbar Function
Returns the system toolbar for Form Editor
- a5_generate_toolbar Function
Called by toolbar editor. Generates a toolbar string.
- a5_html_tabbed_toolbar Function
Returns the system HTML Editor toolbars
- a5_html_toolbar Function
Returns the system HTML Editor toolbars
- a5_html_toolbar_custom Function
Returns the custom HTML Editor system toolbar
- a5_html_toolbar_fmt Function
Returns the system toolbar for HTML Formatting
- a5_html_toolbar_forms Function
Returns the tabbed HTML Editor system toolbar
- a5_import_toolbar Function
Returns the system toolbar for Import Operation
- a5_index_builder_toolbar Function
Returns the system toolbar for Field Rules Editor
- a5_is_scr_fav_tlr_open Function
Returns .t. if the Script Favorites toolbar for the current form/browse is open
- a5_labeleditor_toolbar Function
Returns the system toolbar for Report Editor
- a5_layouttables_toolbar Function
Returns the system toolbar for Report Editor
- a5_layouttbarstatestart Function
Called when a optional toolbar in a layout editor is turned on
- a5_lettereditor_toolbar Function
Returns the system toolbar for Report Editor
- a5_mark_toolbar Function
Returns the system toolbar for Mark Operation
- a5_multi_toolbar Function
Returns the system toolbar for Intersect/Join/Subtract Operation
- a5_no_db_open_toolbar Function
Returns the system toolbar for no Database Open
- a5_parse_toolbar Function
- a5_parse_toolbar_string Function
Gets the horizontal, vertical and float version of a toolbar string that includes the Toolbar Macro Language
- a5_prop_toolbar_close Function
closes text toolbar
- a5_prop_toolbar_is_open Function
Returns .t. if the Text toolbar is open
- a5_prop_toolbar_toggle Function
Toggles the Text toolbar on/off
- a5_qbf_toolbar Function
Returns the system toolbar for Query-by-Form View
- a5_qrybuilder_toolbar Function
Returns the system toolbar for Query Builder
- a5_reconstruct_tbr Function
Takes a parsed toolbar string and recontructs it in a form useful for a5_show_toolbars()
- a5_recorder_toolbar Function
Returns the Script Recorder toolbar strings
- a5_reporteditor_toolbar Function
Returns the system toolbar for Report Editor
- a5_rtn_field_rules_tbar Function
Returns the 'Return to Field Rules' toolbar.
- a5_rtn_index_blder_tbar Function
Returns the 'Return to Index Builder' toolbar.
- a5_rtn_set_editor_tbar Function
Returns the 'Return to Field Rules' toolbar.
- a5_rtn_table_editor_tbar Function
Returns the 'Return to Table Editor' toolbar.
- a5_rules_editor_toolbar Function
Returns the system toolbar for Field Rules Editor
- a5_show_toolbars Function
Takes a specially formatted toolbar string and displays a toolbar that can be docked horizontally, vertically, or floating
- a5_show_toolbars_local Function
Takes a specially formatted toolbar string and displays a toolbar that can be docked horizontally, vertically, or floating
- a5_summarize_toolbar Function
Returns the system toolbar for Summarize Operation View
- A5_SYSTEM_TOOLBAR_SHOW Function
The A5_SYSTEM_TOOLBAR_SHOW() function displays a previously loaded toolbar.
- a5_tbar_string_open Function
Opens a toolbar whose definition is stored in tbar_string in the form of a "property to string" of a var with .toolbar_body, .toolbar_xdialog_events and .toolbar_xdialog_init properties
- a5_text_toolbar_close Function
closes text toolbar
- a5_text_toolbar_is_open Function
Returns .t. if the Text toolbar is open
- a5_text_toolbar_toggle Function
Toggles the Text toolbar on/off
- a5_toggle_scr_fav_tlr Function
Toggles on/off the Script Favorites toolbar for the current form/browse.
- A5_TOOLBAR_DEF_LOAD Function
The A5_TOOLBAR_DEF_LOAD() function loads a previously created toolbar.
- a5_toolbar_editor Function
Edit a toolbar using V5 toolbar editor
- a5_toolbar_editor_v6 Function
Edit a toolbar using V5 toolbar editor
- a5_toolbar_examine Function
Returns the internal text from a V4 custom toolbar definition
- a5_toolbar_float_state Function
Returns the remembered docking state for a toolbar
- A5_TOOLBAR_OPEN Function
The A5_TOOLBAR_OPEN() function opens and displays the named toolbar.
- a5_toolbar_open_local Function
Opens a toolbar.
- a5_update_toolbar Function
Returns the system toolbar for Update Operation View
- a5_window_buttons Function
Returns the list of buttons to be displayed by the Windows toolbar
- a5_xtab_toolbar Function
Returns the system toolbar for Update Operation View
- TOOLBAR_EDIT Function
TOOLBAR_EDIT() opens the Toolbar Editor for the specified Toolbar_Name.
- toolbar_edit_v6 Function
Launches the toolbar editor.