|
|
 |
| Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB 6 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

March 23rd, 2006, 11:02 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Mexico, Mexico, Mexico.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Progress bar
Hello, I have a SQL stored procedure executed by vb form, and I also have a progress bar in this form, the thing is that I have to execute the stored procedure that takes more less eight minutes running, but the progress bar do not start until the procedure is completed, does anyone knows how to run the progress bar and the stored procedure at almost the same time, in order for the progress bar show the executing progress?
AC
|

March 23rd, 2006, 03:18 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Alameda, ca, USA.
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
run the stored procedure asynchronously, then listen to events to know the status of the process
Marco
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Progress Bar |
dotnetsathya |
VS.NET 2002/2003 |
0 |
September 26th, 2007 01:33 AM |
| Progress Bar |
jmss66 |
VB How-To |
4 |
December 27th, 2005 04:55 PM |
| progress bar |
treasacrowe |
Classic ASP Basics |
11 |
February 11th, 2005 10:47 AM |
| Progress Bar |
BSkelding |
ASP.NET 1.0 and 1.1 Basics |
3 |
May 4th, 2004 05:12 AM |
| Progress Bar Help |
jacob_d_99 |
Javascript How-To |
1 |
November 20th, 2003 11:18 PM |
|
 |