EnableAllColumnFetching - cTableColumnFetchHelper
Enables the fetching of all columns in all tables.
Type: Procedure
Syntax
Procedure EnableAllColumnFetching
Call Example
Send EnableAllColumnFetching
Description
This enables the fetching of all columns in all tables. This provides a quick and easy way to make sure that all columns in tables are "fetchable". This returns the tables to their default state which is: 1) DF_FILE_FETCH_ALL_COLUMNS is true and 2) DF_FIELD_FETCH_STATE is true for every column. This is often used in conjunction with the DisableAllTextColumnFetching method.
Send DisableAllTextColumnFetching of oFetchHelper
:
: // run some process that does not need text fields
:
Send EnableAllColumnFetching of oFetchHelper
When pbUseAllTables is true, all open tables are affected by this operation. When this property is false, only the tables added to this object's list are affected.
This message should be sent after files are opened.