icApiLogin | input | character | application login : login name (mandatory when parameter iiApiSessionId is zero) |
icApiPassword | input | character | application login : password (mandatory when parameter iiApiSessionId is zero) |
icApiExtra | input | character | application login : extra login info |
iiApiSessionId | input | integer | application login : instance ID of a session with a valid login |
icRange | input | character | Range of rows to return ('A'll, 'F'irst, 'L'ast) |
icRowid | input | character | When iiNumber is not zero, give the value of the tc_rowid field of last row of previous result set. |
iiRowNum | input | integer | When iiNumber is not zero, give the value of the ti_sequence field of last row of previous result set. |
iiNumber | input | integer | When icRange is 'A', give maximum number of rows to retrieve (zero = unlimited). |
icSortColumns | input | character | Vertical bar separated list of columns to sort by puls sort direction (A or D) : col1 | A | col2 | D | ... When blanc, default sorting will be used. |
ilCountOnly | input | logical | When ilCountOnly is true, return the count of records only. |
ilForwardRead | input | logical | When false, return records in reverse order. |
iiMaximumBrowseRecordsToCount | input | integer | When ilCountOnly is true, stop counting when this number is reached (zero = do not count anything). |
izFilterDS | input | dataset-handle | filter values for the query |
oiCount | output | integer | Returns the number of records in the resultset (when ilCountOnly = true). |
olEndOfQuery | output | logical | True when the query returned last record of the result set. |
ozResultsetDS | output | dataset-handle | query resultset |
ozFcMessagesDS | output | dataset-handle | error messages |
oiReturnStatus | output | integer | Return status of the method. |