 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
celik Guest
|
Posted: Fri May 11, 2007 2:10 pm Post subject: Printing in Text Mode to Laser Printer |
|
|
Hi,
I am developing program using BDS2006 and MS SQL.
I would like to send the output to the Laser Printer using the
procedure below.
I succeed to send. But in graphic mode. So the size of the characters
small and the columns are in different position. How can I use the
printer in text mode or is there a way of changing the font, font
size
and tab position in graphic mode ?
var F: TextFile;
....
AssignPrn(F);
ReWrite(F);
....
Writeln(F,'This is to be printed on the printer');
....
CloseFile(F);
Thanks
Mucahit |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|