Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Send TppArchiveReader output to ppViewer?
rbuser
May 2002
edited May 2002
in
General
I need to be able to send the output of a TppArchiveReader to a TppViewer
component on my form. Is there a way to do this?
Thanks.
Comments
digitalmetaphors
May 2002
edited May 2002
Assign the ArchiveReader's publisher to the Viewer's ScreenDevice, make a
page request and tell the ArchiveReader to print to assigned devices. For
example:
ppViewer1.ScreenDevice.Publisher := ppArchiveReader1.Publisher;
ppViewer1.ScreenDevice.PageSetting := psFirstPage;
ppArchiveReader1.Publisher.PrintToDevices;
--
Cheers,
Alexander Kramnik
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
page request and tell the ArchiveReader to print to assigned devices. For
example:
ppViewer1.ScreenDevice.Publisher := ppArchiveReader1.Publisher;
ppViewer1.ScreenDevice.PageSetting := psFirstPage;
ppArchiveReader1.Publisher.PrintToDevices;
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com