Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array Property
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00089579
Message ID:
00089625
Views:
25
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform