Home All Groups Group Topic Archive Search About
Author
6 Nov 2006 3:04 PM
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

Author
6 Nov 2006 3:35 PM
Robinson
<awdigrig***@gmail.com> wrote in message
Show quoteHide quote
news:1162825486.682512.16110@m7g2000cwm.googlegroups.com...
>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.