Printing on two sheets with a spread

General TRichView support forum. Please post your questions here
Post Reply
VasyutkinVeniamin
Posts: 2
Joined: Mon Nov 02, 2020 10:12 am

Printing on two sheets with a spread

Post by VasyutkinVeniamin »

Good day!

Our program uses TRiсhview ver 13.
For some reports with very wide tables, we use this type of display - a template with two tables on two pages (see screenshot).
After printing, the sheets are glued or sewn into the notebook.
It turns out a large spread sheet.

Now this is all implemented by our code.
Can this be done in the current TRiсhview version?

We need
1) Printing wide tables
2) When printing, you need to add a header on each sheet

The code is very old, maintenance is very difficult. I would like to remove "crutches" from the code.

We have a license (2016)
Attachments
Lims_l6xTOrbVW2.png
Lims_l6xTOrbVW2.png (49.86 KiB) Viewed 10922 times
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Printing on two sheets with a spread

Post by Sergey Tkachenko »

TRichView does not have this feature.
But ScaleRichView has. TSRVPrint component has a "poster mode", where each large page is printed on several paper sheets.
(however, ScaleRichView cannot break pages inside cells, only between rows; it may be important if you use tables extensively).
VasyutkinVeniamin
Posts: 2
Joined: Mon Nov 02, 2020 10:12 am

Re: Printing on two sheets with a spread

Post by VasyutkinVeniamin »

Sergey Tkachenko wrote: Tue Nov 03, 2020 10:11 am TRichView does not have this feature.
But ScaleRichView has. TSRVPrint component has a "poster mode", where each large page is printed on several paper sheets.
(however, ScaleRichView cannot break pages inside cells, only between rows; it may be important if you use tables extensively).
Can we use these features in our version (we are using ScaleRichView 8.3.2 and RichView 17.4.2)?
Are there any ready-made demos?
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Printing on two sheets with a spread

Post by Sergey Tkachenko »

You can check ScaleRichView demos (in <TRichView Dir>\ScaleRichView\Demos\Delphi\).
See:
- SRVPrint\Posters\
- SRVPrint\PM_Poster\

This is a old feature. However, there there several bug-fixes for printing modes in TSRVPrint. I hope your version is ok. If not, contact me.
Post Reply