Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INDEX ON (displaying progress)
Message
De
13/07/2010 10:22:39
 
 
À
13/07/2010 09:18:40
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01471425
Message ID:
01472353
Vues:
62
<snip>

>>>The PROGRESS_STATUS() aleways returns .T. but can use the m.tnum_records and m.tnum_processed variables to display a percentage of total records processed so far in some format, numeric, progress bar, whatever.
>>
>>Thanks!
>
>While that is interesting, the problems with it are that the index created that way will not be the smallest it can be. Indexing will take longer that way too, and not because of the display update, but because updating indexes takes longer than building from scratch.
>
>The quickest possible way - and that excludes all progress bar approaches I've ever seen - is to direct TALK and NOTIFY to a custom window and let VFP do it's own internal display.

My way allows for an elegant display of progress at minimal cost (iro index size or time) using todays computers.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform