DIALOG SELECTION screen type

For a DIALOG SELECTION screen, the body consists of individual items with a bracketed area to the right.

This bracketed area allows data selections to be set for each individual item. In the following example, lines 10 and 11 consist of the items. Line 7 is the INSTRUCTION LINE, and is added automatically by the diag_task_screen function.

HELP text may be displayed any time the cursor is on line 10 or 11 in the following example. Each dialog line may have associated HELP text.

             1         2         3         4         5         6         7
   01234567890123456789012345678901234567890123456789012345678901234567890123456789
   --------------------------------------------------------------------------------
 1 PERIODIC DIAGNOSTICS SERVICE AID                                          802157
 2
 3 ent0             00-00-0E         Integrated Ethernet Adapter
 4
 5 Set the time when the resource should be tested.
 6
 7 Enter selection(s), use Commit to continue.
 8
 9
10   * HOUR (00-23) .................................         [00]               +#
11   * MINUTES (00-59) ..............................         [00]               +#
12
13
14
15
16
17
18
19
20
21
22
23 F1=Help                F2=Refresh              F3=Cancel              F4=List
24 F5=Reset               F7=Commit               F10=Exit
   --------------------------------------------------------------------------------