IsTableIn - cTableColumnFetchHelper
Determines if iTable is added to this object's list of tables.
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| iTable | Integer | Number of the table to to check. |
Syntax
Function IsTableIn Integer iTable Returns Boolean
Call Example
Get IsTableIn iTable to BooleanVariable
Description
Determines if iTable is added to this object's list of tables. You use this when you've set pbUseAllTables to False.
Boolean bIsIn
Get IsTableIn of oFetchHelper Customer.File_Number to bIsIn