Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Discusion Combo
Message
From
28/03/2001 01:47:47
 
 
To
27/03/2001 12:27:34
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00488882
Message ID:
00489326
Views:
8
>>>Is it possible to give me the properties for a dropdown list for
>>>an array with 5 elements.
>
>>The minimum you need is rowSource (5) & rowSourceType
>
>Sorry but that's not working at all.
>
>Ben

Ben,

Where have you defined the array?
it's probably not in scope - ie if you declared it in for example the load method of the form, it will vanish as soon as that method finishes.
Try declaring it as a form property
Add a form property - myArray[1]
then in the load of the form
Dimension Thisform.myArray[5]
Thisform.myArray[1] = 'Hello'
Thisform.myArray[2] = 'World'
...
HTH
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform