Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>childsync()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson