Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get pictures on a bound listbox
Message
From
03/08/1998 09:42:18
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00123257
Message ID:
00123517
Views:
21
I tried changing Picture[i] to Picture, and it now works in my bound list!

Unfortunately, I really need the picture to be conditional. Could you check and see if the [i] works for you?

>>THISFORM.{listX}.Picture[I] = "question.bmp".
>
>You don't need to loop through each item. You can shorten the code to:
>
>ThisForm.Listx.Picture = "question.bmp"
>
>You only need to loop through items if the picture is conditional.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform