Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying images in a grid.
Message
De
25/06/2002 04:00:16
 
 
À
24/06/2002 15:09:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00671687
Message ID:
00671915
Vues:
23
This message has been marked as the solution to the initial question of the thread.
Then you may put in column 3 imagecontrols and do use the field from table only to set current control .
For Image controls in the picture property set predefined gif file and include that gif files in project .
Then you don't need general field in the table bat you need some field like
imgType and then use that field in
.grcColumnImage.DYNAMICCURRENTCONTROL =IIF(MYTABLE.IMGTYPE= 1,image1,iif(MYTABLE.IMGTYPE =2,image2,image3))
.grcColumnImage.Sparse = .f.
.grcColumnImage.ControlSource = ""
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform