Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local array won't work
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00487664
Message ID:
00487678
Views:
8
>I have a method to look for tables saved buy certain users and create a SQL array.
>
>LOCAL ARRAY aHold(1)
>SELECT * ;
>FROM &tcTable ;
>INTO ARRAY aHold ;
>WHERE !lUploaded AND cUserName = cCurUser
>
>This works in the dev envir but not in the exe. Got any ideas?
>
>Thanks for the help

Are you sure it's not something in the &tcTable macro instead?
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform