TS_SETCURSOR

LANSA Composer

TS_SETCURSOR

The TS_SETCURSOR activity sets the position of the cursor on the current aXes terminal screen.  It is analogous to using the arrow or tab keys to move the cursor at a 5250 terminal.  Some 5250 applications or screens are sensitive to the cursor position and may exhibit different functionality dependent upon it.

INPUT Parameters:

AXHANDLE : Required

This parameter must specify the connection handle value that identifies the aXes terminal server session upon which this activity should operate.  The connection handle value is returned by the TS_CONNECT activity.

AXCURSORROW : Required

This parameter must specify the cursor row number to set.

AXCURSORCOL : Required

This parameter must specify the cursor column number to set.

OUTPUT Parameters:

There are no output parameters for this activity.