Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array passed to form no longer an array
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00361069
Message ID:
00361130
Views:
24
You are right with the typo (rather omission from my part to “update” Evan’s code after paste), but the idea was obviously the same with what you suggested.
Your comment confirmed that Evan’s code did what he said, so I thought (still missing the typo...) you were talking to him...

>Yours:
>dimension laSearchFields[n,m]
>laSearchFields = thisform.aSearchFields
>DO FORM FIND WITH "device", thisform.aSearchFields TO lnid
>
>Typo Corrected:
>dimension laSearchFields[n,m]
>laSearchFields = thisform.aSearchFields
>DO FORM FIND WITH "device", laSearchFields TO lnid
Doru
Previous
Reply
Map
View

Click here to load this message in the networking platform