Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to array problems.
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00520685
Message ID:
00520689
Views:
32
>Okay I have this section of code:
>
>

>select myTable
>
>copy to array laMyArray
>

>
>Pretty simple. Now, when I display the memory (display memory like laMyArray) it shows the array full of my info from the table. But the combo box that is tied in with this array shows me .F. as my only choice. If I fill the array in with store commands the array shows it properly.
>
>So, even though the array is filled properly with the copy to array command and the combobox is setup properly, it will not show the choices if I use the copy command. Anyone know why?
>
>Thanks in advance.

Could it be a scope problem? Where do you declare this array?

Usually I use form property, say, thisoform.myRecArray.

You may
copy to thisform.myRecArray
.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform