TS_GETBYPOS

LANSA Composer

TS_GETBYPOS

The TS_GETBYPOS activity retrieves the value of a field on the current aXes terminal screen by reference to the screen row and column number.

INPUT Parameters:

AXHANDLE : Required

This parameter must specify the connection handle value that identifies the aXes terminal server session from which the screen field value is to be retrieved.  The connection handle value is returned by the TS_CONNECT activity.

AXSCREENROW : Required

This parameter must specify the screen row number of the required field.  The row and column together must refer to the first position of the required field.

AXSCREENCOL : Required

This parameter must specify the screen column number of the required field.  The row and column together must refer to the first position of the required field.

OUTPUT Parameters:

AXSCREENVALUE :

Upon successful completion, this parameter will contain the value for the specified screen field.