Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Reports
Message
De
21/06/2000 13:33:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00382736
Message ID:
00382810
Vues:
16
George:

Since your answer was so fast, copy the following into a prg and run it.

lcStr = "MESSAGEBOX('It works!', 0, 'Testing')"
lcProg = "c:\temp\testrun.prg"

lcSafety = SET("Safety")
SET SAFETY OFF

IF STRTOFILE(lcStr, lcProg) > 0
COMPILE &lcProg
DO &lcProg
ENDIF

SET SAFETY &lcSafety


Hope it helps,
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform