Module ORDABOUT.VW
---------------------------------------------------------------------------
OrdAbout.pkg - About view for order entry
Public Access Method: Send About
This displays the about view. It was created by using the dfabout
class and images. You may wish to create your own class and images
for about objects. Look at this package and the dfabout.pkg and
use those as templates
Note that this package employs object creation/destruction. It uses
the "procedure" style object CD. Inside of the procedure we:
1. Create the object and get its ID
2. Activate the object and accept input through a new level of the UI.
UI_Accept does both of these tasks.
3. When the UI is ended (by returning a non-zero value), the object is
deactivated.
4. We destroy the object with the request_destroy_object message.
You can only create objects in a procedure if the object contains no
functions or procedures (you can't place a procedure inside of a
procedure).
---------------------------------------------------------------------------
References (1):
Field References (0):
| Module | Containing Symbol | Line |
|---|