File:  [Coherent Logic Development] / freem_fileman / USER / DIFROMH.m
Revision 1.1: download - view: text, annotated - select for diffs
Mon Apr 28 14:13:20 2025 UTC (3 months ago) by snw
Branches: MAIN
CVS tags: HEAD
Restructure repository

    1: DIFROMH	;SFISC/XAK-HELP FOR DIFROM ;03:19 PM  7 Sep 1994
    2: 	;;21.0;VA FileMan;;Dec 28, 1994
    3: 	;Per VHA Directive 10-93-142, this routine should not be modified.
    4: 	;HELP FOR OPTIONS, BULLETINS, ETC.
    5: 	W !!?5,"YES means that you want to bring the ",$P(^DIC(DL,0),U)
    6: 	W "S in this namespace."
    7: 	W !?5,"NO means that you want to leave them out."
    8: 	Q:DL'=9.8  W !?5,"This question refers to entries in the ROUTINE documentation file."
    9: 	W !!?5,"Also, if you are building a network mail INIT, you must answer",!?5,"YES if you wish to include routines other than just the INIT",!?5,"routines (such as pre and post-inits) into the network mail message."
   10: 	Q
   11: R	; HELP FOR PREFIX
   12: 	W !!?5,"This is a unique 2 to 4 character prefix beginning with an uppercase"
   13: 	W !?5,"letter and followed only by uppercase letters or numbers." Q:X'?1"??".E
   14: 	W !?5,"If this is an established package, you may enter one of the prefixes"
   15: 	W !?5,"listed in the left column below."
   16: 	S DIC="^DIC(9.4,",DIC(0)="QE",DIC("W")="W ?10,$P(^(0),U)",D="C",DILN=15,DZ="??" D DQ^DICQ K DIC,DIZ,DILN Q
   17: 	;
   18: R1	; HELP FOR RTN NAME
   19: 	W !!?5,"Answer YES if you want to create a program called "_DTL_"INIT"
   20: 	W:$D(Q) !?5,"even though there already is one on file.  (It will be overwritten.)"
   21: 	W !?5,"Answer NO if you don't want to do this." Q
   22: 	;
   23: S	; HELP FOR SECURITY CODES
   24: 	W !!?5,"YES means you want to include the security protection currently"
   25: 	W !?5,"on the files in the initialization routines.  A recipient of"
   26: 	W !?5,"this package will be able to decide whether or not to accept"
   27: 	W !?5,"these codes."
   28: 	W !?5,"NO means you do not want to include security codes."
   29: 	Q
   30: M	; HELP FOR MAX RTN SIZE
   31: 	W !!?5,"Enter the maximum number of characters each routine should"
   32: 	W !?5,"contain.  This number must be between 2000 and 9999."
   33: 	Q
   34: 	;
   35: MSG	; HELP FOR MAILMAN MESSAGE
   36: 	W !!?5,"YES means that you are going to send this Package over"
   37: 	W !?5,"the Network as a message."
   38: 	W !?5,"NO means that you are going to generate routines."
   39: 	Q
   40: Q1	; HELP FOR SCRAMBLE PASSWORD
   41: 	W !?5,"The scramble password is a private code, which must be "
   42: 	W !?5,"exactly correct for a reader to to see the message legibly"
   43: 	W !?5,"It may be from 3 to 20 characters long.  Upper and lower"
   44: 	W !?5,"case characters are treated as the same.",! Q
   45: 	;
   46: Q3	; HELP FOR SCRAMBLE HINT
   47: 	W !?5,"A scramble hint is used to suggest to the reader what"
   48: 	W !?5,"the scramble password is.  Since the password is not"
   49: 	W !?5,"recoverable after it is entered, the hint can be a "
   50: 	W !?5,"helpful reminder to the reader of the message.  The"
   51: 	W !?5,"hint will be shown to the recipient just before he "
   52: 	W !?5,"is asked to enter the password.",! Q
   53: R3	;DATA DICTIONARIES
   54: 	W !!?5,"Enter YES if you wish to transport dictionaries"
   55: 	W !?5,"or NO if you just want to Transport Options, Keys, etc."
   56: 	Q
   57: NOPKG	; TEMPLATES WITH NON-PACKAGE FILE PREFIX
   58: 	W !!?5,"If YES, then ALL of the templates and forms belonging to the files"
   59: 	W !?5,"selected will be included in the initialization routines."
   60: 	W !?5,"If NO, only NAMESPACED templates and forms will be included.",!
   61: 	Q

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>