source: FOIAVistA/tag/r/LIST_MANAGER-VALM/VALMXQ13.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 1.4 KB
Line 
1VALMXQ13 ; alb/mjk - XQORM5 for export with LM v1 ; 3/30/93
2 ;;1;List Manager;;Aug 13, 1993
3 ;
4 ;
5XQORM5 ; SLC/KCM - Menu Help ;10/10/89 14:02 ;
6 ;;6.7;Sidewinder;;Jan 08, 1993
7HELP1 ;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
12HELP2 ;From: XQORM4
13 F J=1:1 S ORUSV=$T(HTX2+J) Q:ORUSV["ZZZZ" W !,$P(ORUSV,";",3,99)
14 Q
15HELP3 ;From: XQORM3
16 W !!,"Enter a number or type another selection",!
17 Q
18HTX1 ;;Help Text for "?"
19 ;;Enter selection(s) by typing the name(s), number(s), or abbreviation(s).
20 ;;ZZZZ
21HTX2 ;;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
Note: See TracBrowser for help on using the repository browser.