Toolbars
In addition to the main menu ribbon tabs, Director has three toolbars: one at the top of the
Instance Explorer (see
Instance Explorer Toolbar), one at the top of
query documents (see
Query Document Toolbar), and one at the top of many
dialogs (see
Dialog Toolbar).
Clicking a toolbar icon invokes the relevant command or functionality. For example, clicking the Refresh button on the Instance Explorer toolbar refreshes the list of objects in the Instance Explorer.
When you hover the mouse cursor over tool icons, tool tips are displayed that briefly describe the functionality of the tool. Some tool tips display the shortcut key to invoke the function.
Toolbar buttons are disabled if the functionality that they invoke is not applicable given the current state and context of Director.
Instance Explorer Toolbar
The Instance Explorer has a toolbar with the following options:
Connect
Disconnect
Refresh
Refreshes the objects in the Instance Explorer
Shortcut: F5
Show All Objects
Toggles display of current user’s objects or all objects in the Instance Explorer
Dialog Toolbar
Many dialogs have a toolbar with the following options:
Cut
Cuts the selected text and stores it in the clipboard
Copy
Copies the selected text and stores it in the clipboard
Paste
Pastes the contents of the clipboard at the insertion point
Help
Opens help for the particular dialog
Shortcut: F1
Query Document Toolbar
All new or opened Query documents have a toolbar with the following options:
Connect
Disconnect
Select a Database
Lets you select a database in the current instance to run the query against
Execute Query
Runs the query displayed in the MDI tab. If text is selected in the query, it runs that portion of the query.
Shortcut: F9
Stop
Halts execution of the running query
Parse Query
Checks some syntax of the entered query and reports any errors it finds. This command does not perform a full syntax check of the SQL.
Options
Select Authorization
Lets you select an authorization context used in connecting to the database—a user, group, role, or profile name or schema, if appropriate
Results to Grid
Displays the results in a grid in the lower half of the MDI, below the query
Results to Text
Displays the results in text format on a tab in the lower half of the MDI, below the query
Results to File
Sends the results to a text file, whose name you must specify in the Save As dialog after executing the query
Results to Spreadsheet
Sends comma-delimited results to a CSV file, whose name you must specify in the Save As dialog, and opens the file in the default spreadsheet program (Windows only)
Show Find/Replace Options