ENABLE Reference Manual
 ENABLE SCREENS
 Standard Screen Format for a Single-File Application
 -----------------------------------------------------------------
 | |
 | EMPLOYEE-PROG (1) |
 | Page 1/1 (2) |
 | * EMPNUM ____ (3) |
 | + EMPNAME ____________________ (4) |
 | + DEPT (5) |
 | REGNUM __ (6) |
 | BRANCHNUM __ (7) |
 | JOB __________ (8) |
 | AGE __ (9) |
 | SALARY .00 (10) |
 | VACATION ___ (11) |
 | . |
 | . |
 | . |
 | Ready for input F3 for Help,shift F16 to Exit (23) |
 | (24) |
 |_______________________________________________________________|
 | |
 | Line Information Displayed by Application |
 | Number |
 | |
 | (1) The screen title of the application |
 | |
 | (2) The heading "Page 1/1" indicating that the |
 | current page is page 1 of a 1 page screen |
 | |
 | (3) The first screen label and field pair for an |
 | employee record: |
 | |
 | * EMPNUM ____ |
 | |
 | The asterisk (*) to the left of the label |
 | (EMPNUM) indicating that this field is a primary |
 | key field |
 | |
 | (4) The second screen label and field pair: |
 | |
 | + EMPNAME __________________ |
 | |
 | The plus sign (+) to the left of the label |
 | (EMPNAME) indicating that this field is an |
 | alternate key field |
 | |
 -----------------------------------------------------------------
 Figure 7-2. Sample Standard Terminal Screen for a
 Single-File Application (Continued next page)
 7-4










