|
+
|
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
|
|
+
|
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
|