Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: VALMXQ13

VALMXQ13.m

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