Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress Bar and SQL
Message
De
26/08/1997 14:05:41
 
 
À
26/08/1997 12:38:11
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00046957
Message ID:
00046974
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform