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

QAQAHOCH.m

Go to the documentation of this file.
  1. QAQAHOCH ;HISC/DAD-AD HOC REPORTS: HELP TEXT [ 10/20/92 7:11 pm ] ;10/28/92 12:43
  1. ;;1.7;QM Integration Module;;07/25/1995
  1. EN(QAQLABEL) ; *** Print the help text
  1. N QA,X Q:$T(@QAQLABEL)=""
  1. F QA=1:1 S X=$P($T(@QAQLABEL+QA),";;",2,99) Q:X="^" W !,X
  1. Q
  1. H1 ;; *** Sort help
  1. ;;Macro functions: [L Load sort macro [S Save sort macro
  1. ;; [O Output macro [I Inquire sort macro [D Delete sort macro
  1. ;;
  1. ;;Sort prefixes: (e.g. enter +1 to turn on totaling for field 1)
  1. ;; + Totalled fields - Reverse sort order ! Sequence/ranking number
  1. ;; # New page on sort @ Suppress sub-header ' Range without sorting
  1. ;;
  1. ;;Sort suffixes: (e.g. enter 1;C5 to print the field 1 sub-header at column 5)
  1. ;; ;Cn - Start the sub-header ;Ln - Use the first n characters of
  1. ;; caption at column n a field value for sorting
  1. ;; ;Sn - Skip n lines every time the ;"xxx" - Use xxx as the sub-header
  1. ;; sort field value changes caption, for no caption ;""
  1. ;;^
  1. H2 ;; *** Print help
  1. ;;Macro functions: [L Load print macro [S Save print macro
  1. ;; [O Output macro [I Inquire print macro [D Delete print macro
  1. ;;
  1. ;;Print prefixes: (e.g. enter !1 to turn on counting for field 1)
  1. ;; & Total ! Count + Total, Count & Mean
  1. ;; # Total, Count, Mean, Maximum, Minimum, and Standard Deviation
  1. ;;
  1. ;;Print suffixes: (e.g. enter 1;C5 to print the field 1 value at column 5)
  1. ;; ;Cn - Start output at column n ;Yn - Start output at line n
  1. ;; Use ;C-n to start output n Use ;Y-n to start output n
  1. ;; columns from the right margin lines from the bottom margin
  1. ;; ;Ln - Left justify data in an ;Rn - Right justify data in an
  1. ;; output field of n characters output field of n characters
  1. ;; Will truncate the output Will not truncate the output
  1. ;; ;Wn - Wrap output in a field of n ;X - Omit spaces between print
  1. ;; characters, breaks at word fields and suppress the
  1. ;; divisions, default wrap ;W column header
  1. ;; ;Sn - Skip n lines before printing ;Dn - Output numeric value with n
  1. ;; Use ;S to skip one line decimal places (rounds off)
  1. ;; ;N - Do not print duplicated data ;T - Use field Title as header
  1. ;; ;"" - Suppress column header ;"xxx" - Use xxx as column header
  1. ;;^
  1. H3 ;; *** Beginning sort help
  1. ;;
  1. ;; Enter the beginning sort value or press <RETURN> to start with BEGINNING.
  1. ;;^
  1. H4 ;; *** Ending sort help
  1. ;;
  1. ;; Enter the ending sort value or press <RETURN> to stop with ENDING.
  1. ;;^
  1. H5 ;; *** Report header help
  1. ;; Enter header (60 characters maximum), press <RETURN>
  1. ;; for standard VA FileMan header, ^ to exit.
  1. ;;^
  1. H6 ;; *** Routine name
  1. ;;
  1. ;; Enter the name of a MUMPS routine that will be used
  1. ;; as the interface to the Ad Hoc Report Generator.
  1. ;; The routine name must start with an uppercase letter
  1. ;; and may continue with numbers and uppercase letters.
  1. ;; The routine name must be from 2 to 8 characters in length.
  1. ;;^
  1. H7 ;; *** Field name
  1. ;;
  1. ;; Enter the menu text that will appear on the Ad Hoc
  1. ;; sort/print menus. Must be 2 to 30 characters.
  1. ;;^
  1. H8 ;; *** No data found message help
  1. ;;
  1. ;; No output will occur if there is no data found that meets the
  1. ;; user's sort specifications. Answering Y(es) to this question will
  1. ;; produce a "No data found..." message under these circumstances.
  1. ;;^
  1. H9 ;; *** Menu header help
  1. ;;
  1. ;; Enter the text you want displayed at the top of the sort
  1. ;; and print menu screens. The header will be 'Text' followed
  1. ;; by 'Ad Hoc Report Generator'. The header text is optional
  1. ;; and may be null. To suppress the header altogether enter '@'.
  1. ;; The header text must be from 0 to 45 characters in length.
  1. ;;^