[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson