Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
While a process is runing
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00555646
Message ID:
00555756
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform