Script Editor and Mini-Editor Functionality

VBScript can be added to your application by using either the Script Editor or the Mini-Editor.

The Script Editor is the view behind the Form Editor and can be accessed by pressing Ctrl+T or by clicking the View Script icon in the Standard toolbar.

Table 1. Script Editor and Mini-Editor Functionality

Functionality

Description

Bookmarks

Set bookmarks to quickly jump to bookmarked lines in the code.

Breakpoints

Set breakpoints for debugging purposes.

ListBox Objects

IntelliSense provides a complete list of objects, properties/methods, functions, and tooltip info.

Comment/Uncomment

Comments can be placed in code using the apostrophe (').

Tab/Untab

Highlighted sections of code can be formatted using Tab or Shift-Tab.

Find, Find Next and Replace

Ctrl+F to find occurrences of a specified string.

Right Click Menu

Access functions such as Cut, Copy, and Paste, as well as set bookmarks and breakpoints.

Edit (Declarations)

Local declarations to the view can be edited.

To see more functions available to only the Script Editor, see “Script Editor Only Functionality.