Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execscript and CreateObject problem
Message
De
09/06/2008 14:12:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Execscript and CreateObject problem
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:
01322627
Vues:
99
Hi,
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform