-
Vb6 Datareport
I'm using VB6 SP6 under XP-Pro. I've got an app that has a dataenvironment and datareport in it. When i try to print a 2 page report using the rptrangeallpages it only prints the 1st page. if i do a preview and then click on the printer button, all pages report correctly. any ideas?
-
Re: Vb6 Datareport
-
Re: Vb6 Datareport
There is no problem with the Datareport1.Printreport method that I know of. I would expect it was something in your code. If you post the code I'll take a look at it. Also you don't need the "rptrangeallpages", if you want to print the entire report then all you need is .Printreport.