Page 1 of 1
PrintPages - Copies
Posted: Sun Feb 08, 2009 11:28 am
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
Posted: Sun Feb 08, 2009 9:45 pm
by proxy3d
You use Trial the version for SRV?
Posted: Mon Feb 09, 2009 12:29 pm
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);
...
Posted: Mon Feb 09, 2009 4:37 pm
by proxy3d
In a trial of version SRV prints only the first page. In the full version of such restriction is not present.
Posted: Mon Feb 09, 2009 4:49 pm
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).
Posted: Tue Feb 10, 2009 11:26 am
by proxy3d
Yes, it is bug SRVPrint. The bug is fixed.