If PRT_DEST = FILE_REP
gcDelimName = 'CLISUM.TXT'
gcDelimFile = PUTFILE('Delimited file:', ;
gcDelimName, 'TXT')
Endif
REPORT FORM clsum1g ;
FOR !EOF('card') ;
NOCONSOLE NOEJECT ;
TO FILE (gcDelimFile) ASCII
Should I print the above Form or View it there are no problems. However when the Form is wrote to a text file end parts of words will be missing and lines will be wrapped. I believe this is to do with the Font size. If so how do I alter the Font size. Or is there a different solution. Thanks.