[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
 childSync()
 Post a pending relational movement
------------------------------------------------------------------------------
 Prototype
     ERRCODE childSync(
                          AREAP wa,
                          LPDBRELINFO lpdbRelInfo
                         )
 Arguments
     wa is a pointer to self.
     lpdbRelInfo is a pointer to a structure containing information on a
     relation.
 Description
     childSync() posts lpdbRelInfo as a pending relational movement indicating
     that the child work area referenced by wa has been affected by a
     parental movement.
 Default Behavior
     You must implement the default behavior of this method through a
     subclass.
 Implementation Notes
     .  Note that grandchildren must have relative movements posted in
        them after the child moves.  This means that any implementation of
        this method should make a call to syncChildren() after doing its
        business.
     .  childSync() does not physically move the child's cursor.
        childSync() should simply post notification that a relational
        movement is pending.  It can later be resolved (if necessary) by
        forceRel().
 Files  Header file is Rdd.api.
See Also:
AREA
DBRELINFO
forceRel()
syncChildren()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson