Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Printing text file

edited March 2002 in General
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

Comments

  • edited March 2002
    Janusz,

    Sure, an easy job. It can be done in several ways.

    regards,
    Chris Ueberall;

  • edited March 2002
    Chris,

    Great. Could you be more specific?

    Thank you
    Janusz


  • edited March 2002
    Hi 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;

This discussion has been closed.