Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding array property
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00350575
Message ID:
00351079
Views:
15
VFP6 & SP3? I haven't used the SELECT .... into array Myform.Myarray since it didn't work in VFP5. I spent a good while finding out the problem on a VFP5 app a couple of years ago and have to admit I haven't tried to SELECT directly into a form array property since. My problem at the tiime may have been a scoping one, although I don't think so - all the code was in the same method.

Thanks for the update.

>>Another point that many of us have stumbled over: If you are populating the array with a SQL-Select statement, you can't call the form property as the array in the SELECT statement. You need to write the array to a variable SELECT ..... into array aMyTemp and then use aCopy() to copy the array into the form property. Don't forget to redimension the form array first.
>
>
>Barbara,
>
>Since when? I thought I had done this in several places (I checked and I have) and I just tried it on a test form. Works just fine.
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform