WebRoutine name(Begin) statement. To set the breakpoint, select the line and then use F9 or use the context mouse menu option Set As Breakpoint option. Breakpoint lines are highlighted in red.


Note: You can use the History button on the Home ribbon, to run a WAM/WebRoutine executed earlier. |


Note: in debug, program variables are shown on the Variables tab, in the left hand side pane, including working lists. |






SELECT FIELDS(#sec_list) FROM_FILE(sectab) WITH_KEY(#deptment)
Use the Toggle Breakpoint button on the Debug ribbon. In the web browser, enter a department code and click the Select button. In the LANSA Editor, clear the breakpoint on the SELECT statement. To do this, select the SELECT line, and use the F9 key, or the Toggle Breakpoint button on the Debug ribbon to clear this breakpoint.
ADD_ENTRY TO_LIST(#sec_list)

Note: The list SECT_LIST contain 2 entries currently. |


Views gallery.