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

XQORM5.m

Go to the documentation of this file.
  1. XQORM5 ; SLC/KCM - Menu Help ;10/10/89 14:02 ;
  1. ;;8.0;KERNEL;;Jul 10, 1995
  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