Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error: Objects cannot be assigned to Arrays
Message
From
07/08/2006 13:32:27
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01143017
Message ID:
01143521
Views:
16
Don't know if this is causing your problem, but this line should cause trouble.

>number of elements = =ALEN(ext_hist)

You don't actually need to set NumberOfElements at all, so you could just reset it to default. If you feel strongly about setting it, make it:

NumberOfElements = =ALEN(ext_hist,1)

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform