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>reltext()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 relText()
 Obtain the character expression of the specified relation
------------------------------------------------------------------------------
 Prototype

     ERRCODE relText(
                      WORKAREAP wa,
                      USHORT relNum,
                      BYTEP cExpr
                    )

 Arguments

     wa is a pointer to self.

     relNum is a numeric value that specifies for which relation the
     character expression is to be obtained.

     cExpr is a pointer to a buffer that contains the character
     expression of relation relNum.

 Description

     Obtains a string that describes the relationship of the relNum relation
     to the workarea referenced by wa.  relNum is a one-based number.

 Default Behavior

     relText() implements the behavior of the CA-Clipper function
     DBRELATION().  It scans relations for the workarea at wa and returns the
     key text for the child workarea.

 Implementation Notes

     .  If this method is reimplemented, be careful to return the key
        text for the relation at relNum-1 since relNum is a one-based number.

 Files:  Header file is Rdd.api.


See Also: WORKAREA relArea()

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