Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array Property BUG max Dimension
Message
 
 
À
11/04/2003 19:23:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00776834
Message ID:
00776842
Vues:
12
>>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform