Script Outline Window


Tutorial Home >Software >Internet >Microsoft Visual InterDev 6.0 >How do I use the script outline window in Visual InterDev 6.0?
Tutorial Home >Software >Internet >Microsoft Visual InterDev 6.0 >Get Started in Visual InterDev >Script Outline Window

  Step 1:  Viewing Script Outline

Open a Report
Click on the "View" menu and go to "Other Windows." From sub menu select "Script Outline." This will display Script Outline window
  Step 2:  Opening Script Outline

Open a Report
Script Outline window will be added as a tab to Toolbox. Click the tab to view Script Outline window.
  Step 3:  Exploring Source

Open a Report
Click on the "Editor" tab to switch to Source view editor. Note that Script Outline window is enabled and populated only when source editor is selected.
  Step 4:  Structure

Open a Report
Script Outline window show the element of your source view in the form of a tree structure. Different elements are grouped together for making access easy.
  Step 5:  Exploring Folders

Open a Report
Double-click on the "Data Action" folder to expand it. This folder contains all the events for currently opened file.
  Step 6:  Jumping to Code

Open a Report
Double-click on the "Client Script and Server Script" folders. These folders contain the list of Client and Server side scripting elements. To jump directly to an element in source view, double click that element in the Script Outline window.