drosenkranz
Programmer
I'm working with a text file that comes my way from another agency that's trying to give us a text file for importing into an old DOS program called Metafile (don't ask) The file contains the "end or record" markers but ther is no "end of file marker". This is crashing the Metafile import operation.
COPY TO REDDB.DBF TYPE FOX2X (We also tried excluding this line- no diff)
CLOSE ALL
USE REDDB
COPY TO A:REDRAW.TXT SDF
We went into DOS and tryed to place an eof marker at the end of file but it would not save with the file. (We can do this with other old text files.) Is this eof character an issue with the codepage? If not, how do we get an eof marker on the text file we're generating from a FoxPro table using COPY TO ... SDF ?
COPY TO REDDB.DBF TYPE FOX2X (We also tried excluding this line- no diff)
CLOSE ALL
USE REDDB
COPY TO A:REDRAW.TXT SDF
We went into DOS and tryed to place an eof marker at the end of file but it would not save with the file. (We can do this with other old text files.) Is this eof character an issue with the codepage? If not, how do we get an eof marker on the text file we're generating from a FoxPro table using COPY TO ... SDF ?