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.
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.
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.
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.
Upon successful completion, this parameter will contain the value for the specified screen field.