HP Integrity NonStop J-Series User Manual
Page 128
![background image](/manuals/396723/128/background.png)
TAILORING AN APPLICATION
Using DDL Headings for Screen Labels
S5044-038
Employee Information Screen
Page 1/1
* Employee Number ___________
* DEP-KEY
DEPENDENT-NO ____
DEPENDENT-NAME ________________________________
RELATIONSHIP ____
DEPENDENT-AGE ____
* Employee Name _______________________________
* Department
Region Number ____
Branch Number ____
Job Title _______________________
Age ___
Salary _______________
Vacation ___
Ready for input F3 for Help, shift F16 to exit
.00
SET BOX HEADINGS DDLHEADINGS
SET BOX RECORD employee
ADD BOX employ-box
RESET BOX *
SET BOX RECORD dependents
ADD BOX depends-box
SET APPL TITLE "Employee Information Screen"
SET APPL TREE (01 employ-box
02 depends-box LINK empnum TO OPTIONAL emp-no)
SET APPL PATHCOMFILE emppath !
ADD APPL employee-info
GENERATE APPL employee-info
Terminal
Screen:
ENABLE
Commands:
Provides DDL
HEADINGS as labels
for employ-box
Resets box
attributes to their
starting values
Figure 6-4. Screen With DDL Headings as Screen Labels
A RESET command appears before the SET BOX command that
identifies the "dependents" record description. When you use the
SET command to supply values for the box attributes that describe
one box, use the RESET command to reset these box attributes to
their current values before you begin describing another box. If
you use the SET BOX command but do not use the RESET command,
ENABLE will use any current box attribute-values that remain in
the attribute table for the next box that you add.
6-10