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>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 work area
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        ITEM atomBagName;
        ITEM itmOrder;
        ITEM itmCobExpr;
        ITEM itmResult;
        BOOL fAllTags;
     
     } DBORDERINFO;
     
     typedef DBORDERINFO far * LPDBORDERINFO;

 Elements

     atomBagName

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

     itmOrder

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

     itmCobExpr

        Contains a CA-Clipper-level reference to a code block containing the
        key expression defining the order imposed on the work area.

     itmResult

        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.

     fAllTags

        Contains a boolean value specifying whether all tags of the index
        file must be opened.

 Files  Header file is Rdd.api.

 Used By    orderListAdd(), orderInfo(), orderListFocus()


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

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