Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in Combo!
Message
From
02/11/2005 02:02:33
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01064305
Message ID:
01064370
Views:
13
>Hi Fabio,
>
>Thanks for the reply, but there is not such an attribute in combo box. Maybe it is in newer versions! I am using version 6
>
>Ali
>

I doesn't look VFP6. This is added on VFP8.

>>>Hi Everybody,
>>>
>>>I have a combo box with the following init()
>>>
>>>FOR my_Counter = 1 TO 21
>>>   ThisForm.Combo3.AddlistItem(ALLT(STR(my_Counter)))
>>>   thisform.Combo3.Picture[my_Counter] = "c:\img\Style" + ALLT(STR(my_Counter)) + ".bmp"
>>>ENDFOR
>>>
>>>I can only see the picture when the combo box list is open. When it is not, it only shows me a number. How do I force it to show the picture all the time. (like when I am going up and down by Up and Dn arrow keys.
>>>
>>>Thank you,
>>>Ali
>>
>>
>>Combobox.PictureSelectionDisplay = 1
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform