What happend to ArchiveReader??
Hi,
we have a very strange problem:
our customers have then choice to print their invoices direct or printing
later from an archive. In tis case we are saving our invoices to files via
setting
Report.AllowPrintToArchive := True;
Report.ArchiveFileName := Filename;
Report.Device := dvArchive;
Report.Print;
When printing on a matrix-printer (e.g. Epson LQ-1050) with endless paper
following happens:
When printing from file via ArchiveReader the pages are shifted and are not
printed at the beginning of the paper.
When printing direct all works fine!
We are using Delphi5 RBuider V.5.52
In Version 4.22 ALL WAS CORRECT!!
So what has happend to ArchiveReader? What has changed? What must be to do
to get the old correct functionality? Its very annoying!
Thanks in advance
Klaus Leitloff
we have a very strange problem:
our customers have then choice to print their invoices direct or printing
later from an archive. In tis case we are saving our invoices to files via
setting
Report.AllowPrintToArchive := True;
Report.ArchiveFileName := Filename;
Report.Device := dvArchive;
Report.Print;
When printing on a matrix-printer (e.g. Epson LQ-1050) with endless paper
following happens:
When printing from file via ArchiveReader the pages are shifted and are not
printed at the beginning of the paper.
When printing direct all works fine!
We are using Delphi5 RBuider V.5.52
In Version 4.22 ALL WAS CORRECT!!
So what has happend to ArchiveReader? What has changed? What must be to do
to get the old correct functionality? Its very annoying!
Thanks in advance
Klaus Leitloff
This discussion has been closed.
Comments
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Thanks
Klaus