Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox picture
Message
De
15/08/2003 11:42:16
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
À
14/08/2003 16:20:24
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00820290
Message ID:
00820542
Vues:
20
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform