0
votes

I am currently developing a vb.net application in VS 2005, with crystal report XI. I have come across a a problem where my application halted while printing reports. There is no error in my application, it's just that I can't click on any part/menu in the application while printing. The user opens the printing window form from the menu item, the form opens, he clicks on the 'print' button and it will print directly to his printer without preview. After a successful printing session, a text message box will display 'Printing success!'. Only then the user can continue click on other part/menu of the application. It would be troublesome during printing a large number pages of report, because the user have to wait all the pages finished printing only then they can continue to click on other menu of the system. Fro example, when I execute the printing window form (let's say form A), other posting form (Form B) becomes freeze. Below is my code for calling the report and directly printing to their printer.

my code snippet

I have to use simplex and duplex because the users requested the reports to be one-sided pages. My question is how to allow users to click on other menu/doing other posting with the system while printing those large number pages of reports?

Thanks for any help/input.

1

1 Answers

0
votes