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

     ERRCODE childStart(
                         WORKAREAP wa,
                         DBRELINFOP dbRelInfo
                       )

 Arguments

     wa is a pointer to self.

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

 Description

     Informs the child workarea (in wa) that it will be attached to the
     parent specified in dbRelInfo.

 Default Behavior

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

 Implementation Notes

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

 Files:  Header file is Rdd.api.


See Also: DBRELINFO WORKAREA childEnd() setRel()

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