Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a picture into a grid
Message
De
28/06/2004 08:53:46
Brian O'Donovan
Crescent Computers
Cork, Irlande
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Adding a picture into a grid
Divers
Thread ID:
00917915
Message ID:
00917915
Vues:
34
Hi There

I am building a form for a purchase orders system. I was thinking of adding a picture a grid to show whether the order was completed or not. I tried just pasteing the image into the grid and using
IF ALLTRIM(SORDhead.STATUS) = "Open"
thisform.grid1.column8.image1.picture = "open.bmp"
else
thisform.grid1.column8.image1.picture = "cancel.bmp"
endif

in the afterrowchange method but this has not worked Any ideas

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform