go_rowMoves cursor to a row in the window list specified by the user. Syntaxvoid go_row(list-name) list list-name Description
The user is prompted to enter a row number and the cursor moves to the selected row in the window list. If the user enters a row that is greater than the number of rows in the window list, the cursor moves to the last row. ExampleThis function is deployed as a trigger linked to a # action button and executes when the button is pressed. A # image is included in the widget library for your button. go_bottom(p.wl); correct function in example?
Updated 19 May 1999. Copyright DataAspects Corp. 1998-1999 |