1 | VALMXQ13 ; alb/mjk - XQORM5 for export with LM v1 ; 3/30/93
|
---|
2 | ;;1;List Manager;;Aug 13, 1993
|
---|
3 | ;
|
---|
4 | ;
|
---|
5 | XQORM5 ; SLC/KCM - Menu Help ;10/10/89 14:02 ;
|
---|
6 | ;;6.7;Sidewinder;;Jan 08, 1993
|
---|
7 | HELP1 ;From: XQORM4
|
---|
8 | I $D(XQORM("?"))'[0 X XQORM("?") Q:X="?"
|
---|
9 | W ! F J=1:1 S ORUSV=$T(HTX1+J) Q:ORUSV["ZZZZ" W !,$P(ORUSV,";",3,99)
|
---|
10 | W ! ;I $D(XQORM("?"))'[0 X XQORM("?")
|
---|
11 | Q
|
---|
12 | HELP2 ;From: XQORM4
|
---|
13 | F J=1:1 S ORUSV=$T(HTX2+J) Q:ORUSV["ZZZZ" W !,$P(ORUSV,";",3,99)
|
---|
14 | Q
|
---|
15 | HELP3 ;From: XQORM3
|
---|
16 | W !!,"Enter a number or type another selection",!
|
---|
17 | Q
|
---|
18 | HTX1 ;;Help Text for "?"
|
---|
19 | ;;Enter selection(s) by typing the name(s), number(s), or abbreviation(s).
|
---|
20 | ;;ZZZZ
|
---|
21 | HTX2 ;;Help Text for "??"
|
---|
22 | ;;ALL items may be selected by typing "ALL".
|
---|
23 | ;;
|
---|
24 | ;;RANGES of items (if numbered consecutively) may be selected using the dash.
|
---|
25 | ;; For example, "2-5" selects the items numbered 2,3,4,5.
|
---|
26 | ;;
|
---|
27 | ;;EXCEPTIONS may be entered by preceding them with an minus.
|
---|
28 | ;; For example, "2-5,-4" selects the items numbered 2,3,5.
|
---|
29 | ;; or, "ALL,-THAT" selects all items except "THAT".
|
---|
30 | ;;
|
---|
31 | ;;PRE-SELECTION of items may be done by separating them with ";".
|
---|
32 | ;; For example, "THIS MENU SELECTION;NEXT MENU SELECTION;FINAL SELECTION"
|
---|
33 | ;; automatically steps through 3 successive menu selections.
|
---|
34 | ;;
|
---|
35 | ;;JUMP AND RETURN may be done by typing "^^item".
|
---|
36 | ;; For example, "^^ABC" jumps directly to ABC, allows interaction,
|
---|
37 | ;; then returns to the menu where you first typed "^^ABC".
|
---|
38 | ;;ZZZZ
|
---|