|
-
Jun 24th, 2005, 08:06 AM
#1
Thread Starter
Member
Re: Cancel long running Crystal report
-
Jun 24th, 2005, 08:22 AM
#2
Re: Cancel long running Crystal report
How does the report get created? Is it based on a SQL query that builds a recordset, and feeds the recordset to Crystal?
-
Jun 24th, 2005, 09:08 AM
#3
Thread Starter
Member
Re: Cancel long running Crystal report
No, the report itself is a stand alone file .rpt. I am loading it and then run it:
report.Load(rptPath);
crViewer.ReportSource=report;//this one freezes up everything. I want to cancel running somehow after this line of code started to execute
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|