Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting a cell in a grid to an image
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Setting a cell in a grid to an image
Divers
Thread ID:
00884513
Message ID:
00884513
Vues:
57
How can I set a particular cell in a grid to display a picture? Should the following
work? Column1 of Grid1 has a checkbox with display set to graphical style. The ActivateCell
puts the cursor on row 3, col 1, but the graphic in that cell does not change.

with ThisForm.Grid1
.ActivateCell(3,1)
.Column1.Check1.Picture = "Cross.bmp"
.refresh()
.ActivateCell(3,1)
.SetFocus()
EndWith

Thanks
Steve
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform