[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson