Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in a browse
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00179076
Message ID:
00179144
Views:
13
Hi Martineau,

>Is it possible to put picture in a browse column like true DBgride from "Apex" does

Yes, but what to do depends on your needs. If you want a limited set of pictures, you can use an image control. For every different image, you have to add one image control to the grid and use DynamicCurrentControl to activate the one who want to display. If you want a different picture for each record, you need a OLEBoundControl (though I'm not sure you can display them in every row).

Do you really mean a BROWSE or a grid? If you mean a BROWSE, you have to access it like a grid with:

BROWSE NAME oGrid NOWAIT

and then use oGrid as the reference. Adding image controls and changing properties must be done in code in this case.

Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform