ClearForTable - BaseData_Set

Clears all tables owned by this object by redirecting Clear to the table's owner

Type: Procedure

Parameters: Integer iFile

ParameterDescription
iFileTable number to clear


Syntax
Procedure ClearForTable Integer iFile

Call: Send ClearForTable iFile


Description

ClearForTable is identical to Clear, except that it passes a table number and redirects the clear to the owner of that table (similar to Request_Find). This allows the DD to know if a clear is a main-clear or a parent-clear. This is used by DEO message Request_ClearBindingTable.