Skip to main content
Version: Next

GET AUTOMATIC RELATIONS

GET AUTOMATIC RELATIONS ( one : Boolean ; many : Boolean )

ParameterTypeDescription
oneBoolean←Status of all Many-to-One relations
manyBoolean←Status of all One-to-Many relations
History
ReleaseChanges
2004Created

Description​

The GET AUTOMATIC RELATIONS command lets you know if the automatic/manual status of all manual many-to-one and one-to-many relations of the database have been modified in the current process.if a previous calll from the SET AUTOMATIC RELATIONS command made all manual many-to-one relations automatic — for example, SET AUTOMATIC RELATIONS(True;False).
This parameter returns False if the SET AUTOMATIC RELATIONS command has not been called or if its previous execution did not modify manual many-to-one relations — for example, SET AUTOMATIC RELATIONS(False;False).

Example​

Refer to the example of the GET FIELD RELATION command.

See also​

GET FIELD RELATION
GET RELATION PROPERTIES
SET AUTOMATIC RELATIONS

Properties​

Command number899
Thread safeyes