[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
orderInfo()
Provides information about order management
------------------------------------------------------------------------------
Prototype
ERRCODE orderInfo(
AREAP 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 type structure indicating the status
of message. The data type pointed to by value depends on the value of
message.
Description
orderInfo() 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
work area default implementation to attempt it by calling
SUPER_ORDINFO().
. The first 1000 possible values for message are reserved by
CA-Clipper.
Files Header file is Rdd.api.
See Also:
AREA
DBORDERINFO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson