ENABLE Reference Manual
ENABLE SCREENS
General Format of the Standard Screen
-----------------------------------------------------------------
| |
| (5-7) The screen label and field pairs for a group: |
| |
| + DEPT |
| REGNUM __ |
| BRANCHNUM __ |
| |
| Notice that: |
| |
| • A screen field does not appear with the group |
| label (DEPT). |
| |
| • The elementary items (REGNUM and BRANCHNUM) |
| of the group appear on the screen lines |
| following the group label. The application |
| indents two screen columns before displaying |
| these elementary fields. |
| |
| • The plus sign (+) that appears to the left of |
| the DEPT label indicates that this group is |
| an alternate key field. The group is also a |
| composite key field because it consists of |
| more than one elementary field. |
| |
| (6-11) The remaining screen label and field pairs for |
| an employee record |
| |
| (23) An informative message stating that the |
| application is ready |
| |
-----------------------------------------------------------------
Figure 7-2. Sample Standard Terminal Screen for a
Single-File Application (Continued)
General Format of the Standard Screen
The following rules apply to the general format of a screen page:
• Line 1 displays the title of the application. If you do not
provide a title, the program-unit-name of the application is
displayed. This is the name you specify in an ADD APPL
command.
• Line 2 displays the heading Page m/n, where m indicates the
current screen page and n indicates the total number of screen
pages.
7-5