Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox picture
Message
From
15/08/2003 11:42:16
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
To
14/08/2003 16:20:24
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00820290
Message ID:
00820542
Views:
19
Hi Erick,

Thanks for the suggestion, however, it does not work in VFP7SP1.

The weird thing is that in the debugger, if I enter thisform.combo1.Picture(x) where x is a number from 1 to 10000+, the value is always "" and no error is generated. If I try to set the value via the debugger, it lets me type in something like "Pict1.bmp" but never saves it and reverts back to "".

Go figure.

Mike


>Hi Mike!
>
>Try:
>
>   thisForm.Combo1.Picture[1] = "Pict1.bmp"
>   thisForm.Combo1.Picture[2] = "Pict2.bmp"
>   thisForm.Combo1.Picture[3] = "Pict3.bmp"
>
>In VFP8 this is all right.
>Bye!
Previous
Reply
Map
View

Click here to load this message in the networking platform