Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listboxes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00112259
Message ID:
00112646
Views:
14
>>I found this cool thing about listboxes and icons in the VFP solution example, that you can have a different icon for each line. My question is can you change the color of each line in a listbox ? What other possibilities do listboxes have that aren't described in the help/online doc file. Where do I found complete documentation on the listbox control ?
>
>Yes, you can have different color for each item of listbox. Just do the following.
>
>*---
>DEFINE POPUP mypopup ....
>DEFINE BAR 1 of mypopup .... COLOR ....
>DEFINE BAR 2 of mypopup .... COLOR ....
>DEFINE BAR 3 of mypopup .... COLOR ....
>
>
>Thisform.lsttry.rowsourcetype = 9 &&(popup)
>Thisform.lsttry.rowsource = 'mypopup'
>
>Bye
>Jayesh

Cool!!!

BB
Previous
Reply
Map
View

Click here to load this message in the networking platform