Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thermometer for SQL-SELECT statement ???
Message
De
24/12/1998 10:14:04
 
 
À
22/12/1998 17:06:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00169850
Message ID:
00170258
Vues:
19
Remco,

Found this in the knowledgebase.

Thanks,
Dan

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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform