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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wait Cursor While Processing

Status
Not open for further replies.

SSchimsky

MIS
Mar 26, 2002
16
0
0
US
Hi all,


With the code I show below, the cursor does not stay as an hourglass while the report is being generated. Is there a way to keep the cursor as an hourglass until the report is completely loaded into the CrystalReportView1 Control?

Thanks for any help.

Steve


'*********************************************************
Me.Cursor = Cursors.WaitCursor

CrystalReportViewer1.ReportSource = cr

Me.Cursor = Cursors.Default
'*********************************************************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top