Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run a file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01525648
Message ID:
01525649
Vues:
64
This message has been marked as a message which has helped to the initial question of the thread.
>Hi
>
>How can I run a file other then an .exe ?
>
>Something like:
>
>myExecute = getfile( "myproject.nri) ?
>
>do myExecute
>
>Moises
myExecute = getfile( "myproject.nri")
EXECSCRIPT(myExecute)

*** or
COMPILE (myExecute)
DO (FORCEEXT(myExecute,"FXP"))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform