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>syncchildren()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 syncChildren()
 Force relational movement in child work areas
------------------------------------------------------------------------------
 Prototype

     ERRCODE syncChildren(
                                AREAP wa
                            )

 Arguments

     wa is a pointer to self.

 Description

     syncChildren() synchronizes all child work areas in wa->lpdbRelations.

 Default Behavior

     syncChildren() traverses the relation list wa->lpdbRelations and calls
     childSync(), passing the child's work area structure and the current
     DBRELINFO structure from the parent.

     Note:  childSync() must be implemented by a subclass.

 Implementation Notes

     .  You should only replace this method with extreme care because
        recursive use of childSync() may call the code in syncChildren().
        Also, error codes (return value from childSync()) may cause the
        premature end of processing in this method.

 Files  Header file is Rdd.api.


See Also: AREA childSync()

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