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>dbordercreateinfo</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBORDERCREATEINFO
 Information needed to create a new order for the work area
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        LPDBORDERCONDINFO lpdbOrdCondInfo;
        BYTEP             abBagName;
        BYTEP             atomBagName;
        ITEM              itmOrder;
        BOOL              fUnique;
        ITEM              itmCobExpr;
        ITEM              abExpr;
     } DBORDERCREATEINFO;
     
     typedef DBORDERCREATEINFO far * LPDBORDERCREATEINFO;

 Elements

     lpdbOrdCondInfo

        Contains a pointer to information about the condition (if any) for
        the order.

     abBagName

        Contains a pointer to a null-terminated string containing the index
        file name to create.

     atomBagName

        Reserved CA-Clipper compatibility slot.

     itmOrder

        Contains a CA-Clipper-level reference to a null-terminated string
        containing the order name or number to create in abBagName.

     fUnique

        Contains a boolean value specifying whether the order should contain
        only unique keys.

     itmCobExpr / abExpr

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

     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    orderCreate()


See Also: orderCreate()

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