Printing text file
Hi,
Is it possible to take a text file and print it with RB in Windows mode
without changing the format of output? The problem is with DOS program which
cannot print directly to a printer from Windows. I would like to take the
program text file output and use it in Delphi program to print every report.
Thank you
Janusz
Is it possible to take a text file and print it with RB in Windows mode
without changing the format of output? The problem is with DOS program which
cannot print directly to a printer from Windows. I would like to take the
program text file output and use it in Delphi program to print every report.
Thank you
Janusz
This discussion has been closed.
Comments
Sure, an easy job. It can be done in several ways.
regards,
Chris Ueberall;
Great. Could you be more specific?
Thank you
Janusz
You can use a JIT-Pipeline (see Demos 131-140) or use a 'TppMemo' or a
RichText component and load the text during runtime.
regards,
Chris Ueberall;