Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Picture in a browse
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00179076
Message ID:
00179144
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform