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)
Printing on two sheets with a spread
-
- Posts: 2
- Joined: Mon Nov 02, 2020 10:12 am
Printing on two sheets with a spread
- Attachments
-
- Lims_l6xTOrbVW2.png (49.86 KiB) Viewed 11874 times
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Printing on two sheets with a spread
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).
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).
-
- Posts: 2
- Joined: Mon Nov 02, 2020 10:12 am
Re: Printing on two sheets with a spread
Can we use these features in our version (we are using ScaleRichView 8.3.2 and RichView 17.4.2)?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).
Are there any ready-made demos?
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Printing on two sheets with a spread
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.
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.