Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE problem
Message
 
 
To
25/02/2002 10:17:33
Roman Segaud
Laboratoires Fortepharma
Nice, France
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00624505
Message ID:
00624507
Views:
11
The EXECSCRIPT() writes the code to the temp PRG, compiles and runs it. Because it's a separate program any local variables wouldn't visible for the code executed by EXECSCRIPT(). Is CheminDB a local variable?

>Hi,
>
>Is anybodies know why "You must specify aditionnal parameters" message fire when using USE command in EXECSCRIPT ?
>
>The DBF file is ok, the syntax I used :
>
>Set default to (CheminDB)
>If !used('Collab')
> use Collab in 0 again alias Web_Collab
>Endif
>
>or
>
>If !used('Collab')
> use CheminDB + '\Collab.dbf' in 0 again alias Web_Collab
>Endif
>
>What's happen ? If I'm trying to open Collab table in framework IDE no problem.
>
>Roman,
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform