Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array is not an Array?
Message
From
06/05/1999 22:49:05
 
 
To
06/05/1999 21:26:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00215926
Message ID:
00215934
Views:
27
>Hello,
>I'm trying to fill a combobox with an array in the init event of the form. First I create an array, then I change the rowsourcetype to 5 and the rowsource to 'myArrayName'.
>But I get an errormessage: "'myArrayname' is not an Array".
>I can't figure out, where the problem is, because if I test the array (?myArrayName(1) etc.) there seems to be no problem with the array itself.
>Any ideas what I'm doing wrong?
>Thank you for your time.


The array is probably being destroyed when it goes out of scope at the end of the Init. Make the array a form property.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform