Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array Property BUG max Dimension
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00776834
Message ID:
00776842
Views:
11
>>I forgot to mention that only when the Array is a property of a class.
>
>It appears you are indeed correct. It puts VFP into a spin. The value in the Reserved3 field for the property is trying to dimension the array to a negative value.
>
>You can get around this by redimensioning the array property in the Form.Init or in the Form.Load code.
>
>DIMENSION thisform.aArray[50000]

The Class Designer behavior depends on VFP base class. With form base class it converts any value greater than 32767 into negative number. With custom base class it dosn't allow to enter value greater than 32767. I didn't try any other base classes.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform