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>dbevalinfo</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBEVALINFO
 Information needed for code block evaluation on each row of work area
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        ITEM        itmBlock;
        DBSCOPEINFO dbsci;
     } DBEVALINFO;
     
     typedef DBEVALINFO far * LPDBEVALINFO;

 Elements

     itmBlock

        Contains a code block to be evaluated (with evalBlock()) on each row
        of the work area that is in the range defined by dbsci.

     dbsci

        Contains a data structure limiting the evaluation of itmBlock (see
        DBSCOPEINFO).

     Warning!  You should perform code block evaluations with great
     caution.  Save any states that are likely to change as a result of
     re-entrance, so you can restore them after the code evaluation.

 Files  Header file is Rdd.api.

 Used By    dbEval()


See Also: dbEval()

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