Quick Start
To expand the usable area of the programming view, use the Hide/Show Hierarchy button on the PowerTools Pro toolbar. Figure 85 shows this utility. By clicking on the button once, the hierarchy window will be hidden, allowing for a larger programming window. To show the hierarchy again, simply click on the button a second time. Clicking on the button alternates between showing and hiding the hierarchy view.
The Hide/Show Hierarchy button can be used on any view in the PowerTools Pro software, but will primarily be of use in the Programs view and the Assignments view.
Figure 85: Program View (Expanded)
A comment is automatically inserted after the index instruction, which shows key data about the specific index. Notice comments start with the ‘ apostrophe character.
A “Wait For Index.AnyCommandComplete” instruction is automatically inserted after each Index.Initiate. This ensures that the index has completed before the program continues on to the next line of code.
Once all of the program instructions have been inserted, your program window may look like Figure 84.