Code window
Use the Code window to write, display, and edit Basic code. You can open as many Code windows as you have modules, so you can easily view the code in different modules, and copy and paste between them.
Object Box
Displays the name of the selected object. Click the arrow to the right of the list box to display a list of all objects associated with the current module.
Procedures/Events Box
Lists all the events recognized by Sax Basic for an object displayed in the Object box. When you select an event, the proper event procedure definition associated with that event name is inserted or displayed in the Code window.
If "(General)" is displayed in the Object box, the Procedure box lists any declarations and all of the general procedures that have been created for the module. If you are editing module code, the Procedure box lists all of the general procedures in the module. In either case, the procedure you select in the Procedure box is displayed in the Code window.
All the procedures in a module appear in a single, scrollable list that is sorted alphabetically by name. Selecting a procedure using the drop down list boxes at the top of the Code window moves the cursor to the first line of code in the procedure you select.
Sheet Tabs
An enumerated register tab is displayed on the left side of the Code window. Every macro or module has its own sheet tab.
- Clicking once on a tab makes that macro or module the current sheet.
- Double-clicking closes that sheet.