go_row

Moves cursor to a row in the window list specified by the user.

Syntax

void  go_row(list-name)
list  list-name

Description

list-name

identifies the name of the list to navigate

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.

Example

This 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