Progress Bar

  • Thread starter Thread starter awdigrigoli
  • Start date Start date
A

awdigrigoli

I am using:
VB.NET 2003 Windows application
SQL 2000 backend
Active Reports.NET

The problem I am having is that when report is being run the screen
turns gray and freezes me out of the application during the time it
takes for the report process to complete.

I am having trouble with coding for a progress bar and I have been
unsuccessful at opening the report in window outside of the current
application.

Any ideas or help?

Thank you
 
I am using:
VB.NET 2003 Windows application
SQL 2000 backend
Active Reports.NET

The problem I am having is that when report is being run the screen
turns gray and freezes me out of the application during the time it
takes for the report process to complete.

I am having trouble with coding for a progress bar and I have been
unsuccessful at opening the report in window outside of the current
application.

Any ideas or help?

Thank you

Generate the report on a separate thread and "invoke" progress bar methods
from the thread on the main form.
 
Back
Top