Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array Property
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00089579
Message ID:
00089625
Vues:
31
And please don't use round parentheses with arrays. Although VFP accepts it, this is confusing for the reader and sometimes for VFP also. I don't wish to anybody to look for such a bug... cause it's one of the nastiest bugs in VFP.

Vlad

>Jay,
>
>You do that in two stages.
>
>Firstly you define the property in the following manner (or similar) :
>
> A_Subscriptions(1,1)
>
>This tells VFP that you are defining a property of type Array.
>However you cannot specify the real dimensions of the property
>at that stage as VFP ignores the actual dimensions that you enter
>in the property. So the next stage is to actually dimension
>the property exactly the way you want in the form's INIT method,
>e.g.
>
> DIMENSION ThisForm.A_Subscriptions(4,5)
>
>Michel.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform