Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo With Dynamic Picture?! How???
Message
From
08/01/2001 21:04:11
 
 
To
08/01/2001 19:01:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00460903
Message ID:
00460949
Views:
11
>Tell Me About That!!! THANKS ALREADY PEOPLE!!!

THere is a Picture property for Combos and Lists. Its not really dynamic, however, but it can be different for every option. Its an array with an element for every list item, here's on example:
for lnI = 1 to this.ListCount
     this.Picture(lnI) = tran(lnI) + '.bmp'
endfor
That will make the first item on the list show 1.bmp, second will show 2.bmp, ect.ect.
Previous
Reply
Map
View

Click here to load this message in the networking platform