Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Images in a ListBox
Message
De
27/08/2003 12:05:50
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00823814
Message ID:
00823832
Vues:
23
>>Hi Caroline!
>>
>>Try this:
>>
>>*-- Fill the list adding the image.
>>With ThisForm.lstMembers
>>        lnPos = 0
>>	Scan all
>>                lnPos = lnPos + 1
>>		.AddListItem(Members.Name, Members.iiD, 1)
>>		.AddListItem(Transform(Members.iiD), Members.iiD, 2)
>>		.Picture[lnPos] = Iif(Empty(Members.cEmail), "BlankClip.bmp", "PaperClip.bmp")
>>	EndScan
>>EndWith
>>
>>Bye!

>Many thanks
You're welcome!
Bye!
Erick
Força Sempre!
Strength Always!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform