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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print to file, TEXT TOO LARGE

Status
Not open for further replies.

bebbo

Programmer
Dec 5, 2000
621
GB

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.
 
Sorry I thought I was in the Visual Foxpro Help. Nevertheless I suppose Visual Basic is similar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top