3 weeks ago - last edited 3 weeks ago
Hi All,
I have added a report footer into an existing crystal report with terms. when I print the report its prints 1st page with all header and details and 2nd page just report footer but its giving totally 1/3 in display but when i print its prints only 1 & 2nd page and the third one is just blank no page. As anyone faced this issue please help me. following is the screenshot of the report footer and output. I have added following formula at page header section PageNumber >= TotalPageCount -1 otherwise the terms will print along with header from 2nd page and extend to 3rd page
Ah so you are using the Microsoft's Easy Print, Redirected print drivers.
CR doesn't like that driver because it's a InProc (Memory) load of the printer dll's, it transfers an XML file down to the local PC and uses that to do the printing.
CR is old technology and looks up the printer info saved in Windows DEVMODE structure to format the pages. Since it doesn't exist using the Redirected printer info CR defaults to your Default printer properties, which is different than what you designed it with.
TO fix this I suggest changing the No Printer to a real printer like an HP Printer or what ever that Redirected printer is and save the report.
Or install the printer driver on the PC where you are printing the report from.
Crystal Reports has always required a real printer when designing reports.
No printer uses the USP10 and some Default Printer properties when No Printer is enabled
So even if you don't have access to a real printer install it locally anyways and set it to the Default Printer.
That should fix your issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
13 | |
10 | |
9 | |
9 | |
8 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.