Page 1 of 1

Text File

Posted: Mon Sep 10, 2007 10:54 am
by Colin Haig
Is it possible to create a text file from the printer class.

Colin

Re: Text File

Posted: Mon Sep 10, 2007 11:18 am
by Enrico Maria Giordano
Try using TDosPrn class or install a text printer driver.

EMG

Posted: Mon Sep 10, 2007 1:14 pm
by toya
I use:
oPrin:=TDosPrn():New( cTempFile( 'c:\temp\', 'prn' ) )