Guest_imported
New member
- Jan 1, 1970
- 0
I'm creating 3 textmerge files,
the first one has a blank record at the top,
the second one has the last line fron the first one, and the 3rd one has the last line from the second????
do I need to flush the data some how?
SET TEXTMERGE ON
SET TEXTMERGE TO filecopy.bat NOSHOW
\@echo off
\copy temp1.job+temp2.job+temp3.job <<(lcname)>>.job
SET TEXTMERGE TO
SET TEXTMERGE OFF
thanks -Mike
the first one has a blank record at the top,
the second one has the last line fron the first one, and the 3rd one has the last line from the second????
do I need to flush the data some how?
SET TEXTMERGE ON
SET TEXTMERGE TO filecopy.bat NOSHOW
\@echo off
\copy temp1.job+temp2.job+temp3.job <<(lcname)>>.job
SET TEXTMERGE TO
SET TEXTMERGE OFF
thanks -Mike