TS_SEND

LANSA Composer

TS_SEND

The TS_SEND activity sends the current aXes screen data to the aXes terminal server.  It is analogous to pressing the ENTER key (by default) or a function key at a 5250 terminal.

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.

AXKEY : Optional

This parameter may specify the function key to send.  You may use any of the values listed below.  If not specified, *ENTER is sent.

  *ENTER
  *F1  - *F9
  *F10 - *F24
  *PAGE_UP, *PAGE_DOWN
  *ROLL_UP, *ROLL_DOWN
  *HELP, *PRINT

AXCURSORROW : Optional

This parameter may specify the screen cursor row number to send.  If AXCURSORROW and AXCURSORCOL are not both specified, the screen cursor position is unchanged.

AXCURSORCOL : Optional

This parameter may specify the screen cursor column number to send.  If AXCURSORROW and AXCURSORCOL are not both specified, the screen cursor position is unchanged.

OUTPUT Parameters:

AXSCREEN :

Upon successful completion this parameter contains the resulting aXes 5250 screen name or signature.  The screen name is the user-defined name if an aXes project name was specified on the TS_CONNECT activity and a name was assigned to the screen.  Otherwise the screen signature is returned.