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>childstart()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 childStart()
 Report initialization of a relation
------------------------------------------------------------------------------
 Prototype

     ERRCODE childStart(
                             AREAP wa,
                             LPDBRELINFO lpdbRelInfo
                          )

 Arguments

     wa is a pointer to self.

     lpdbRelInfo is a pointer to a structure containing information on a
     relation.

 Description

     childStart() informs the child work area referenced by wa that it will
     be attached to the parent specified in lpdbRelInfo.

 Default Behavior

     Increments the wa->uiParents field.  Parents can be sent relation
     information for initialization with the setRel() method.

 Implementation Notes

     .  A call to SELF_CHILDSYNC() should be made within any
        implementation of this method to force the child work area to begin
        life in sync with its parent.

 Files  Header file is Rdd.api.


See Also: AREA DBRELINFO childEnd() setRel()

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