Accredo > Script
|
Script Editor |
Opens the Script Editor. Script editing and customisation are recommended for Users with programming skills. Code shown in Script Editor is MaxBasic automation code. |
|
Record Script / Stop Recording
|
Record a script or stop recording. |
|
Play Script |
|
|
Report List |
Opens the Report List form. You can create Report Lists to produce reports run together on a regular basis, such as End of Month reports. |
|
Play Report List |
Run a Report List. |
|
Script List |
Opens the Script List form. You can create Script Lists to group scripts run together on a regular basis. |
|
Play Script List |
Run a Script List. |
|
Document Form |
Displays the Automation Documentation for the form that currently has focus. This provides the Properties of each field, and the Methods and Events available to the form. This is useful when designing a document or a custom report, or developing scripts. |
|
Shortcut List |
Open the Shortcut List form. This lists all shortcuts, and you can customise the shortcuts displayed in the Navigator and on the Toolbar. |
|
Script Events |
Open the Script Events form. You can set MaxBasic scripts to run when an event occurs or an action is performed. |
|
SQL Query Builder |
Open the SQL Query Builder. You can design or load an SQL query, and view and print results from the query. |
|
Memory Table Builder |
Opens the Memory Table Builder. You can generate code to create a memory table based on a file schema. |
|
Form Designer |
Available when Form Designer is installed. Opens Form Designer. You can design your own Accredo forms to interact with Accredo data objects and customer tables. |
|
Report Designer |
Available when Report Designer is installed. Opens Report Designer. You can design reports and documents or edit existing reports and documents. |
|
Snippet Manager |
Opens the Snippet Manager. You can organise available code snippets. |
|
Display Navigator Item Ordering |
Shows the sort number assigned to each option on the Navigator. This applies to the folders, with lower numbered items appearing before higher numbered items. This is useful for determining the position when adding reports or script shortcuts to the Navigator. |
|
Show Glyph Names on Hints |
Shows the Glyph Name and Image Index in button hints when the mouse is hovered over a button or menu option. This is useful for identifying a Glyph to use in a custom form. |
|
Show Button Order on Hints |
Shows the button order number assigned to a button on the Global toolbar when the mouse is hovered over a script shortcut button. |
|
Public variables |
Provides a menu listing any Public variables and their current value. Individual variables can be cleared, or Clear All will clear all Public Variables. |