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

DIP31	;SFISC/TKW-ASK USER QUESTIONS ABOUT HEADING ;9/8/94  12:53
	;;21.0;VA FileMan;;Dec 28, 1994
	;Per VHA Directive 10-93-142, this routine should not be modified.
HQ	N DISAVX,Y,DA,DIZ S DISAVX=X K DIR,DTOUT,DUOUT,DIRUT
	G:$D(DISUPNO)!($D(DIPCRIT)) HQ1 S DISUPNO=0,DIPCRIT=0
	W !!,"  *************************"
	I $D(DIS)>9 S DIZ(1)=$$EZBLD^DIALOG(8006),DIZ(2)=$$EZBLD^DIALOG(8038)
	E  S DIZ(1)=$$EZBLD^DIALOG(8007),DIZ(2)=$$EZBLD^DIALOG(8037)
	S DIR("A")=$$EZBLD^DIALOG(8008) D BLD^DIALOG(8005,.DIZ,"","DIR(""?"")")
	S DIR("B")=X,DIR(0)="FO" D ^DIR K DIR G Q:$D(DIRUT)
	Q:X=""  I "SC"'[X,"CS"'[X Q
	W ! I X["S" S DISUPNO=1 D BLD^DIALOG(8010,.DIZ,"","DIR") W !,"  ",DIR
	I X["C" S DIPCRIT=1,DIZ=DIZ(2) D BLD^DIALOG(8011,DIZ,"","DIR") W !,"  ",DIR
	W !!
HQ1	D BLD^DIALOG(8009,"","","DIR(""?"")")
	S DIR("A")=$$EZBLD^DIALOG(8012),DIR("B")=DISAVX,DIR(0)="FO^^K:X]""""&(""SC""[X!(""CS""[X)) X" D ^DIR K DIR G Q
	;
Q	S:$D(DUOUT)!($D(DTOUT)) X="^" Q
	;DIALOG #8005  'There are two different options:'
	;       #8006  'Number of Matches from the search'
	;       #8007  'heading when there are no records to print'
	;       #8008  'Heading/S/C'
	;       #8009  'Accept default heading or enter a custom heading...'
	;       #8010  '** Suppress the...'
	;       #8011  '** Print...criteria in heading.'
	;       #8012  'Heading'
	;       #8037 'sort'
	;       #8038  'search'

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