Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL progress bar
Message
From
20/05/1998 00:31:45
 
 
To
19/05/1998 09:49:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00100111
Message ID:
00100462
Views:
59
Hello Don, >Please remember that not all of us are "select members" of Universal I'm not have this option either ;). >Thread - only paying guests have access to the search feature. It is more >helpful to just say which library an article is in. Actually, I don't know (it was a long time ago) . As you wish, here is an idea: thisform.progressbar.MaxValue = reccount() thisform.progressbar.Value = 0 select , updateprogress(); from table1; blah blah blah into cursor tmp thisform.progressbar.Value = thisform.progressbar.Maxvalue function updateprogress thisform.progressbar.value = _tally return .t. That's all! Hope it helps. P.S. Sorry for late reply, but my ISP gave me a hard time today with their BUSY.
* Human is a question asked by birth and answered by death. Machine is another kind of question with another kind of answer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform