Design Functions
Design functions generally extract information about one's database and are helpful in debugging or for advanced scripting.
Syntax |
Data Type Returned |
---|---|
DatabaseNames |
Text |
FieldBounds ( fileName; layoutName; fieldName ) |
Text |
FieldComment ( fileName; fieldName ) |
Text |
FieldIDs ( fileName; layoutName ) |
Text |
FieldNames ( fileName; layout/tableName ) |
Text |
FieldRepetitions ( fileName; layoutName; fieldName ) |
Text |
FieldStyle ( fileName; layoutName; fieldName ) |
Text |
FieldType ( fileName; fieldName ) |
Text |
GetNextSerialValue ( fileName; fieldName ) |
Text |
LayoutIDs ( fileName ) |
Text |
LayoutNames ( fileName ) |
Text |
RelationInfo ( fileName; tableOccurrence ) |
Text |
ScriptIDs ( fileName ) |
Text |
ScriptNames ( fileName ) |
Text |
TableIDs ( fileName ) |
Text |
TableNames ( fileName ) |
Text |
ValueListIDs ( fileName ) |
Text |
ValueListItems ( fileName; valueListName ) |
Text |
ValueListNames ( fileName ) |
Text |
WindowNames {( filename )} |
Text |