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

DDXP41	;SFISC/DPC-EXPORT DATA (CONT);1/8/93  09:18
	;;21.0;VA FileMan;;Dec 28, 1994
	;Per VHA Directive 10-93-142, this routine should not be modified.
SORTVAL	;
	N DDXPNG,CHK
	S DDXPNG=0
	F CHK="#","!","+","@" D
	. I $E(X)=CHK S DDXPNG=1 W !!,$C(7),"SORRY.  You cannot use the "_CHK_" sort qualifier when exporting data.",!
	. Q
	F CHK=";C",";S" D
	. I X[CHK S DDXPNG=1 W !!,$C(7),"SORRY.  Using "_CHK_" will have no effect when exporting data.",!
	. Q
	I X[";""" S DDXPNG=1 W !!,$C(7),"SORRY.  You cannot replace a caption with a literal when exporting data.",!
	K:DDXPNG X
	Q

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