CTTable::SystemFilterOff
Deletes a permanent system wide record filter.
Declaration
void CTTable::SystemFilterOff(CTSYSFILTER mode);
Description
Deletes a permanent system wide record filter. The table must be opened exclusive and the user must have file definition permission for the table.
mode specifies one of the following:
Return
On error CTTable::SystemFilterOff() throws a CTException exception object.
See Also
CTTable::SystemFilterOn()