Is it possible to create a text file from the printer class.
Colin
Is it possible to create a text file from the printer class.
Colin
Try using TDosPrn class or install a text printer driver.
EMG
I use:
oPrin:=TDosPrn():New( cTempFile( 'c:\temp\', 'prn' ) )