Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to put image in a grid column ?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01293347
Message ID:
01293364
Views:
95
Please review the idea from Re: Images in grid Thread #1130802 Message #1130913 and the whole thread.

>So far I created a column with an image instead of a textbox.
>I have a cursor that contains the image in a column (ex.: image1.jpg, image2.jpg, etc...)
>
>I tried to put
>
>WITH THISFORM.wsgrid1
> .RecordSource = "lesrec"
> .Column1.ControlSource = "lesrec.name"
> .Column2.Wsimage1.picture = "lesrec.image"
>ENDWITH
>
>
>It doesn't show the image ?? Any idea why?
>
>Thks
>Eric
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform