Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
While a process is runing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00555646
Message ID:
00555756
Vues:
13
You could call a function from your SQL command:


SELECT *;
  FROM MyTable;
  WHERE SomeCondition AND;
        MyFunction();
  INTO CURSOR SomeCursor

FUNCTION MyFunction

** Update status bar here
** Use RECNO() and RECCOUNT() to determine percent complete

RETURN && Must return .T. here!!


Just be aware! This could seriously slow down your SQL!
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform