tableinuse_ca()
Description
Checks to see if the dataform1table object passed is in use in
the dataform1 object passed. A further restriction is that
the table must also be used in one of the controls present in the array
of controls that was passed. If excludesubunits
is
.false
it will also check the columns of a
dataform1datagrid if present. Returns either
.true
or .false
.
Prototype
tableinuse_ca
(
dataform1table
,
dataform1 table
,
array f
,
boolean controls
)
excludesubunits
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
table | None | dataform1table | |
f | None | dataform1 | |
controls | None | array | |
excludesubunits | .false | boolean |