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>ordercondition()</b> http://www.X-Hacker.org [<<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()

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