Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress Bar and SQL
Message
From
26/08/1997 14:05:41
 
 
To
26/08/1997 12:38:11
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00046957
Message ID:
00046974
Views:
26
Hi Elyze! A couple month ago was a thread about this stuff. I found an answer to this question and posted it. So, you can search in the past (probably the time machine will be useful ;) But if you can't, I post it again: thisform.oleProgressbar.Maxvalue = reccount() && or whatever you want select *, updatevalue() from table; where condition; into cursor tmp with thisform.oleProgressBar .Value = .MaxValue endwith function updatevalue with thisform.oleProgressBar .Value = _tally if .Value >=.MaxValue .MaxValue = .Value*2 endif endwith Have a happy day Vladimir Shevchenko
* Human is a question asked by birth and answered by death. Machine is another kind of question with another kind of answer
Previous
Reply
Map
View

Click here to load this message in the networking platform