Results 1 to 5 of 5

Thread: Cancel long running Crystal report

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Asheville, nc
    Posts
    53

    Cancel long running Crystal report

    Hi,
    I am using Crystal XI and .NET.
    Is there any way to cancel long running report in my program?

    Thanks.
    Victor
    Victor

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Cancel long running Crystal report

    Is it the printing that you want to cancel or the creation of the report?

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Asheville, nc
    Posts
    53

    Re: Cancel long running Crystal report

    Creation of report.
    Victor

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  5. #5

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Asheville, nc
    Posts
    53

    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
    Victor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width