|
Options |
Name |
Purpose |
|
#
|
HANDLE GetChildRecordQueryOf (handle, character)
|
Returns the handle of a query (prepared, opened and located at the
first record) of all child records of the SmartRelation
|
|
+
|
HANDLE GetChildRecordQueryOf (handle, handle)
|
Returns the handle of a query (prepared, opened and located at the
first record) of all child records of the given child record
|
|
+
|
HANDLE GetFirstChildRecordOf (handle, character)
|
Returns the first child record of the given child record
|
|
+
|
CHARACTER GetParentDescriptionForField (handle, character)
|
Returns the description value for the parent record referenced by
the given field.
|
|
+
|
CHARACTER GetParentDescriptionOf (handle)
|
Returns the description value for the default parent record of the
given child buffer
|
|
+
|
HANDLE GetParentRecordForField (handle, character)
|
Returns the first parent record referenced by the given child field
|
|
+
|
HANDLE GetParentRecordOf (handle)
|
Returns the first parent record of the given child record
|
|
+
|
HANDLE GetParentRecordQueryForField (handle, character, handle)
|
Returns the handle of a query (prepared, opened and located at the
first record) of all parent records of the given child record
|
|
+
|
HANDLE GetParentRecordQueryOf (handle, handle)
|
Returns the handle of a query (prepared, opened and located at the
first record) of all parent records of the given child record
|
|
#
|
GetRelationForChildRecord (handle, BUFFER)
|
Locates the default parent relation buffer for the given child buffer
|
|
#
|
GetRelationForChildRecord (handle, character, BUFFER)
|
Locates the parent relation buffer for the given child buffer
and the
|
|
#
|
GetRelationForParentRecord (handle, handle, BUFFER)
|
Locates the child relation buffer for the given parent and child buffer
|
|
#
|
OnChildUpdateRestrict (handle, character)
|
Processes the RI rule OnChildUpdateRestrict
|
|
#
|
OnParentDeleteCascade (handle, character)
|
Processes the RI rule OnParentDeleteCascade
|
|
#
|
OnParentDeleteNullify (handle, character, character)
|
Processes the RI rule OnParentDeleteNullify
|
|
#
|
OnParentDeleteRestrict (handle, character)
|
Processes the RI rule OnParentDeleteRestrict
|
|
#
|
OnParentDeleteSetDefault (handle, character, character)
|
Processes the RI rule OnParentDeleteSetDefault
|
|
+
|
ProcessDelete (handle, logical)
|
Processes the delete of a parent buffer
|
|
+
|
ProcessWrite (handle, logical)
|
Processes the write of a child buffer
|
|
+
|
RefreshCache ()
|
Refreshes the Cache used by the service
|