| |
|

ActiveReports 2.0 (Visual Basic 6.0) Support
Started by rrgibson at 02-18-2010 8:52 AM. Topic has 3 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
02-18-2010, 8:52 AM
|
rrgibson
Joined on 09-17-2009
Posts 4
|
|
|
We have upgraged a VB6 program from Activereports1 to Activereports2.
We are having a print job issue when the user does a duplex print job, which is set in the windows print dialog, not in Activereports.
The users are sending multiple print jobs, each printing different amounts of copies.
For example printing a 3 page document with 4 copies:
With AR1 when you look at the print queue for each print job, it shows the number of pages (3) for the document.
With AR2 it show the number of pages for the total job(12). This causes it to print as a single job not as a document.
It is using the same code, we just upsized the reports to AR2.
Any ideas why the print jobs are doing this?
|
|
|
|
|
Report
|
|
|
|
02-19-2010, 3:41 AM
|
PrantikS
Joined on 12-11-2008
Posts 1,644

|
|
|
Hello,
I was able to observe this issue. But could you let us know how it is affecting your users. Also, could you share the code that you are using to print to use the windows print dialog.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
02-19-2010, 8:21 AM
|
rrgibson
Joined on 09-17-2009
Posts 4
|
|
|
The majority of our users are having no problems, but some have decided to save paper and print the documents with the printer set to duplex all print jobs under the printers printing preferences.
Let’s say the user prints a 3 page document with 4 copies. They will print in order without starting a new page for each new document, the windows printer job window will show 12 pages when using AR2.
Sending the same print job in AR1, they will print 3 pages, start a new page, print 3 pages, start a new job and so on. Here the widows printer job window shows 3 pages.
Here is the code I am using.
ARrpt.Printer.Copies = iCopies
ARrpt.PrintReport False
It always uses the default printer.
The only parameter I am passing is the copies to print.
Thanks for your help,
Reed
|
|
|
|
|
Report
|
|
|
|
02-22-2010, 2:00 AM
|
PrantikS
Joined on 12-11-2008
Posts 1,644

|
|
|
Hello,
I observe the issue that you encounter. You may use the printpage method of ActiveReports to make each new copy of the report print on a new page. Please take a look at the attached example.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » ActiveReports 2... » print job issue
|
|
|
|
|