Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL progress bar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00100111
Message ID:
00100485
Vues:
48
>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.

Vladimir,

Have you ever done timing tests with this setup? How much slower is a SQL query with the updateprogress() embedded as opposed to one without it? Just curious as I'd like to do something like that but am afraid that I'd lose too much time.

Steve
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform