Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text and endtext (2)
Message
From
01/11/2005 15:20:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01064109
Message ID:
01064168
Views:
24
This message has been marked as a message which has helped to the initial question of the thread.
Bernhart,
When you use EXECSCRIPT VFP compile that script as external program and execute it, so everithing that is not declared is out of scope after finishing the scrip. That's why you get the array not declared but the _TALLY is 33 :o))
try:

DIMENSION tsSelectedList[1,2]
=EXECSCRIPT(lcSQL)

etc.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform