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>dborderinfo</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBORDERINFO
 Information needed to open/address an Order in the workarea
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        ITEM orderBag;
        ITEM order;
     
        ITEM result;
     
     } DBORDERINFO;
     
     typedef DBORDERINFO far * DBORDERINFOP;

 Elements

     orderBag

        Contains a CA-Clipper-level reference to a character value indicating
        the name of the Order Bag.

     order

        Contains a CA-Clipper-level reference to a character value indicating
        the name of the Order.

     result

        Contains an Item that is used on occasion by the CA-Clipper runtime
        system and may be used by the RDD developer as an all purpose result
        holder.

 Files:  Header file is Rdd.api.

 Used by:   orderListAdd(), orderListFocus(), orderInfo()


See Also: orderListAdd() orderListFocus() orderInfo()

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