Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execscript and CreateObject problem
Message
 
 
À
09/06/2008 14:12:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01322627
Message ID:
01322628
Vues:
14
Te ExecScript() dumps the code into temporary PRG, compiles and runs it. It's the same as running external PRG.

>I have a strange behaviour of my application and can't understand whats happen.
>
>In my application I use scriping. The script has some lines like
>
>loQuery = Createobject("qw_query",lcQueryID)
>MESSAGEBOX(TYPE("loQuery"))
>loQuery.ExportQuery("XL5",lcFilename)
>
>In the application where I call this script I have a next code
>
>SET CLASSLIB TO mks_query.vcx ADDITIVE
>llReturn = EXECSCRIPT(lcTable.MemoField)
>
>Well... I have an error "mks_query.vcx" does not found.. and program offer to locate file on the disk (like a file does not included inside exe). Type("loQuery")="U" !
>
>Ok. Then.. In the application I put hardcoded lines:
>
>SET CLASSLIB TO mks_query.vcx ADDITIVE
>oCheck = Createobject("qw_query", lcQueryID)
>MESSAGEBOX(TYPE("oCheck"))
>llReturn = EXECSCRIPT(lcTable.MemoField)
>
>Now.. when I run application oCheck is object.. and script executed without error (TYPE("loQuery")="O"!!!)
>
>Any ideas, what does it means? :(
>
>Thanks
>Denis
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform