PrintPages - Copies

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
Crowbar
Posts: 82
Joined: Wed Oct 11, 2006 8:54 pm
Location: Germany

PrintPages - Copies

Post by Crowbar »

Hi,

in following routine is the copie of print, to example = 3 (PrintDialog.Copies).

Code: Select all

...
SRVPrint.PrintPages(PrintDialog.FromPage,PrintDialog.ToPage,'Test',PrintDialog.Copies,PrintDialog.Collate);
...
But it is only one page instead of three printed pages.

How can I fix it?

Best Regards
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

You use Trial the version for SRV?
Crowbar
Posts: 82
Joined: Wed Oct 11, 2006 8:54 pm
Location: Germany

Post by Crowbar »

Yes, i use Trial - version for SRV.

At the moment I help myself with that:

Code: Select all

...
for x:=1 to PrintDialog.Copies do
SRVPrint.PrintPages(PrintDialog.FromPage,PrintDialog.ToPage,'Test',PrintDialog.Copies,PrintDialog.Collate); 
...
:wink:
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

In a trial of version SRV prints only the first page. In the full version of such restriction is not present.
Crowbar
Posts: 82
Joined: Wed Oct 11, 2006 8:54 pm
Location: Germany

Post by Crowbar »

proxy3d wrote:In a trial of version SRV prints only the first page. In the full version of such restriction is not present.
Does this also apply to the copies?
I would like to example of the first page three copies print out (PrintDialog.Copies).
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

Yes, it is bug SRVPrint. The bug is fixed.
Post Reply