Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variables not releasing
Message
From
01/01/2000 17:45:46
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00311218
Message ID:
00311244
Views:
56
>Ed - could you give a brief example of how to accomplish this? I can't find any references to this in the help files.
>Thanks.

You open your form in Form Designer, go to Form/New Property (or Edit Properety/Method) menu and type something like Myarray(1) in the new property box. Later (in run-time) you will use it as normal array, i.e. you may redimension it (e.g. in Form.Init)
This.Myarray(2,3)
assign it as combo rowsource:
Thisform.Mycombo.Rowsource='thisform.myarray'
etc.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform