Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass array as a parameter
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Pass array as a parameter
Miscellaneous
Thread ID:
00961882
Message ID:
00961882
Views:
50
I have a form that will call another form and pass an array as a parameter. I am prefixing the @ to pass the whole array. However I cannot get the form to compile. I get the error “Command contains unrecognized phrase/keyword”

This command causes the error
DO FORM OrderSelect WITH -1, @laOrderIDs

This compiles, but only passes the first element’s value
DO FORM OrderSelect WITH -1, laOrderIDs

How do I get the form to compile and pass the whole array?
Next
Reply
Map
View

Click here to load this message in the networking platform