Progress Bar

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
 
R

Robinson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top