Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem using text merge routine - create a first blank line on the ex

Status
Not open for further replies.

shadowrl2644

Programmer
Apr 19, 2002
10
0
0
US
Problem using the text merge routine
it creates a first blank record or blank first line in the
file --- is there any way to remove (not create this first record)

Below is a sample of the code being used...

set safety off
SET TEXTMERGE ON noshow
STORE FCREATE('TempEdiout.txt') TO _TEXT
IF _Text = -1 && can't create low level file the exit
WAIT WINDOW 'Cannot create output file ; press a key to exit'
CANCEL
ENDIF

use EdiOut
SCAN
TEXT
<<outline>>
ENDTEXT
ENDSCAN
CLOSE ALL
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top