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.2 . Technical Reference - <b>orderinfo()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 orderInfo()
 Provides information about order management
------------------------------------------------------------------------------
 Prototype

     ERRCODE orderInfo(
                        WORKAREAP wa,
                        USHORT message,
                        FARP value
                      )

 Arguments

     wa is a pointer to self.

     message is a value that determines the type of information to be
     provided.

     value is a pointer to some data structure indicating the status of
     message.  The data type pointed to be value depends on the value of
     message.

 Description

     The orderInfo() method returns information about the current Order.  The
     information requested is defined by the value passed in message.  Some
     suggested values for message and their associated meanings are provided
     in the header file Rdd.api.

 Default Behavior

     You must implement the default behavior of this method through a
     subclass.

 Implementation Notes

     .  If your implementation of orderInfo() cannot determine the
        return value based on the value of message, you should allow the
        workarea default implementation to attempt it by calling
        SUPERORDINFO().

     .  The first 1000 possible values for message are reserved by
        CA-Clipper.

 Files:  Header file is Rdd.api.


See Also: DBORDERINFO WORKAREA

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