ActiveStatus Property
Limits the search to active or inactive records only.
Syntax
property ActiveStatus: TiqbobjsearchActiveStatus;
TiqbobjsearchActiveStatus = ( asUnspecified, asActiveOnly, asInactiveOnly, asAll );
Default Value
asUnspecified
Remarks
Limits the search to active or inactive records only. May be used to limit the search to active or inactive records only.
The following values are permitted:
asUnspecified | 0 |
asActiveOnly | 1 |
asInactiveOnly | 2 |
asAll | 3 |
Data Type
Integer