[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
 orderCondition()
 Set or delete a condition for subsequent order creation in the specified
 work area
------------------------------------------------------------------------------
 Prototype
     ERRCODE orderCondition(
                             AREAP wa,
                             LPDBORDERCONDINFO lpdbOrdCondInfo
                             )
 Arguments
     wa is a pointer to self.
     lpdbOrdCondInfo is a pointer to a structure containing information
     for the order condition.
 Description
     orderCondition() sets or deletes an order condition
     lpdbOrdCondInfo in wa.
 Default Behavior
     You must implement the default behavior of this method through a
     subclass.
 Implementation Notes
     .  For DBF-like RDDs, setting and resetting of the order
        condition is managed by the super driver, DBF.RDD.  You can use this
        method by calling SUPER_ORDSETCOND().
 Files  Header file is Rdd.api.
See Also:
AREA
DBORDERCONDINFO
orderCreate()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson