Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem when using EXECSCRIPT()
Message
From
17/10/2005 07:23:28
 
 
To
17/10/2005 06:12:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059568
Message ID:
01059575
Views:
11
>HI ,
>
>Help me Please .
>
>I use 'Execscript' to run a code which is stored in a table . But an error appeared :'THISFORM can only be used within a method'
>
>with a macro substitution there's no problem . But I want to use 'Execscript'
>
>Regards

replace all THISFORM.xxxx with .xxxx,
and execute this:
WITH thisform
 execscript(...)
ENDWITH
Previous
Reply
Map
View

Click here to load this message in the networking platform