HP Integrity NonStop J-Series User Manual
Page 133

TAILORING AN APPLICATION
Providing User Information for a Box
Providing User Information for a Box
For a variety of reasons, you might want to provide user
information to be displayed within a box. Consider, for example,
the "employee-info" application. A user of this application
might not know how to enter an employee name. You can provide
the user with this information by supplying a value for one of
the BOXTITLE attributes when you describe "employ-box," for
example:
SET BOXTITLE 1 "To find an employee, enter the first name &
then the last name:"
Figure 6-7 shows the screen that "employee-info" will
display if you supply the attribute values discussed thus far.
This figure also shows the preceding SET BOXTITLE 1 command in
the series of commands used to generate the application.
6-15