cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Please wait while the document being processed

Former Member
0 Likes
6,969

On Next Page - Please wait while the document being processed   I am using Crystal Reports for VS 2013. The report is working fine but if you click on the next page or click on group tree, the message “Please wait while the document is being processed.” comes. It does not returns after a long time. Any ideas?

View Entire Topic
0 Likes

I suspect this is a WEB app, Changes to our code require you to load the report in the Page_Init section. so move it from the Page_Load section.And use the PostBack method to keep the report in session.

Don

Former Member
0 Likes

Thanks, Don.  You are right. I develop a Web app and show report using CrystalReportViewer on aspx.  How to write PostBack method? Please give me some example. Thanks a lot.

Former Member
0 Likes

See this KBA

And next time, do not forget to use the search box in the top right corner. Simple search strings such as 'crystal net postback' are best...

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Former Member
0 Likes

I simply renamed Page_Load to Page_Init. But did not fix the problem. I tried search strings such as 'crystal net postback'. But do not find useful information.  Please give me some advice. Thanks a lot.

Former Member
0 Likes

Hmmm. So did you look at and implement the code in the KBA I referenced?

- Ludek

Former Member
0 Likes

Very useful in the KBA you referenced.  It fixed my problem.  Thank you (Ludek) so much.

--Qin

Former Member
0 Likes

Please give me your example. Thanks a lot.