Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determine Crystal Report Viewer Data Loaded Status

Status
Not open for further replies.

BDRichardson

Programmer
Joined
Jul 23, 2003
Messages
46
Location
GB
Please would someone kindly clarify whether it is possible to determine whether a report within the Crystal Report 9 Viewer has loaded the data.

I am attempting to change the Mouse Cursor from within Visual Studio with C#, and would like to change the cursor to an Hourglass whilst the report is loading, i.e. the Viewer window is blank. And then, once the report has loaded, with all its data, to reset the cursor. Thus, giving the user some indication that the report is loading.
 
In vb6:
Code:
While CRViewer1.IsBusy
   DoEvents
Wend

- Ido

Visual CUT & DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Unfortunately, it would seem that the IsBusy property is not available within C#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top