cancel
Showing results for 
Search instead for 
Did you mean: 

How to add "Stop Loading" button for crystal report?

Former Member
0 Kudos

Hi,

Create a C# winform project with crystal report, run the form, a crystal report will display to us. Check the toolbar for report, didn't find "Stop Loading" button. How I can add "Stop Loading" button for crystal report?

One more question,  "Go to Page" item doesn't work in my project, it still keep the original page afte I pressed enter key, what's wrong with it? it works well if create a C# winform project with crystal report.

See attached screenshot "report.png".


The crystal report version I installed was CRforVS_13_0_13.exe.


Thanks,

Ada

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Yan,

Unfortunately once you click OK there is no event to stop it from loading, it either has to complete or it fails to load which generates an exception.

Try SP 16, there was a few issues in the viewer in SP 13. I tested it and it works fine in SP 16.

Don

Former Member
0 Kudos

Hi Don,

After change SP 13 to SP 16, my "Stop Loading" button still couldn't display, how did you test with SP 16?

One more question is: "Go to Page" button doesn't work in my project, press enter key doesn't go to the page I want but still keep with the original page.  What's wrong with it?

It works well if I create a C# winform project with crystal report but not work in my project. I was confused, I didn't do any special for this two project.

Thanks.

Ada

0 Kudos

Sorry, I meant SP 16 to fix the Got To Page issue. There is no way to stop a report once it starts processing unless you use a threading application and kill the thread.

Does your report have more than 2 pages?

If you go to last page and then select 1 does that work?

Don

Answers (0)