Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error: Objects cannot be assigned to Arrays
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01143017
Message ID:
01143018
Views:
10
>I'm trying to create form containing a LISTBOX. I create and fill an array
>(ext_hist) in an external program and in the LISTBOX Properties I place the following:
>
>column count = =ALEN(ext_hist,2)
>number of elements = =ALEN(ext_hist)
>row source = ext_hist
>row source type = 5-Array
>
>In the FORM'S Init procedure:
> External array ext_hist
> thisform.list1.value=ext_hist(1)
> thisform.list1.numberofelements = alen(ext_hist)
>
>
>As soon as I EXIT the Form's INIT procedure I get error message
> "Objects cannot be assigned to arrays."
>
>
>Why?
>
>TIA
>
>Harry Riley

Try to do this using extra local variables.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform