Guardian Programmer's Guide

Table Of Contents
Writing a Requester Program
Guardian Programmer’s Guide 421922-014
21 - 11
Application Overview
The Orders File
The orders file contains one order record for each item ordered by a customer. The
orders file contains the following information:
The part number of the item ordered
A brief description of the item ordered
The quantity ordered
The name, address, and credit-card number of the customer
The date when the order was placed
The date that the order was shipped (if it has been shipped)
The status of the order, indicating whether the order has been shipped, paid for,
and so on
The Role of the Requester in the Application
Figure 21-4 shows the role of the requester in the application.
The requester chooses the server to send a request to depending on the function
requested by the user:
If the user requests to query a part record, then the requester obtains the part
record by sending a request to the part-query server ($SER1). The $SER1
Figure 21-4. The Requester in the Example Application
VST106.VSD