Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OpenTables() freezes client computers opening views
Message
From
21/08/2001 18:06:07
 
 
To
21/08/2001 17:02:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00546445
Message ID:
00547014
Views:
25
>
>When you issue "do (cPrgFile)" you're actually instructing VFP to run a .FXP, not a .PRG. Your development machine will do this automatically but not the runtime environment UNLESS it's VFP6 SP3 or higher, in which case you can make use of COMPILE:
cPrgFile = "c:\temp\common\sql.prg"
><b>COMPILE (cPrgFile)</b>
>do (cPrgFile)
>
You are quite correct. I now officially worship the ground you walk on.

Thank you.
Best Regards
Don Simpson
Previous
Reply
Map
View

Click here to load this message in the networking platform