DDRefreshTableStatus - cSelectionSource
Returns the table's status for the Refresh event
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| iTable | Integer | Table number in current filelist |
Syntax
Function DDRefreshTableStatus Integer iTable Returns Integer
Call Example
Get DDRefreshTableStatus iTable to IntegerVariable
Description
DDRefreshTableStatus returns the table's status for the Refresh event.
A table can be affected one of three ways:
| Constant | Meaning |
|---|---|
| cleared | ddrtsCleared |
| found | ddrtsFound |
| not touched | ddrtsNone |
This can only be called while within Refresh.
Return Value
Table's status (cleared (ddrtsCleared), found (ddrtsFound) or not touched (ddrtsNone))