|
|
Logical View
Totem's Logical View provides a hierarchical view of a program's structure. It includes all events and user-defined paragraphs of a program. In addition, the Logical View displays the entry points of the embedded code. It provides markers that show you where you can put your code. These markers allow you to quickly and easily find your code, rather than memorizing that embedded code or searching through the entire program for it. The Logical View also lets you easily add code in the generated source. Using the Logical View, you can immediately find the place in the program you wish to adjust and then, using the embedded editor, you can directly modify the program's structure.
Embedded Editor
Although Totem lets you rapidly create programs without having to code, there are times when you want the freedom to enter whatever COBOL code you want. The hierarchical view of Embedded Editor displays a program and all the program's components including: event paragraphs, screen, screen controls, reports, and report sections making it easy for you to insert your code or paragraph into various entry points in the program.

|