Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the process records in a sql-select statement
Message
De
17/02/1999 14:42:37
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00184105
Message ID:
00188587
Vues:
19
>how can i get the actual processed records in a sql-select statement to populate a progress bar. The sql use 3 tables.


If use us a UDF in the select statement is the only way.
Inside the UDF try this :

xTotal = RECCOUNT(SELECT()) && Total records to be processed in main table
xRecNo = RECNO(SELECT()) && Current record number


This may not be exact but should allow you to update a progress bar ?
Joel W. Willsey
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform