CTDatabase::GetNextActive
Syntax
CTTable* GetNextActive
CTTable* GetNextActive(VRLEN& ScanRec)
Parameters
Description
Retrieves the next active table in the database. One table is active if it is open. If more than one scan must be done at the same time, GetNextActive(VRLEN& ScanRec) must be used, with different ScanRec parameters for each scan.
Return
GetNextActive() returns the table object pointer.
See also
GetFirstActive(), IsActive()