Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OpenTables() freezes client computers opening views
Message
De
21/08/2001 18:06:07
 
 
À
21/08/2001 17:02:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00546445
Message ID:
00547014
Vues:
17
>
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform