Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Images in a ListBox
Message
From
27/08/2003 11:57:28
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00823814
Message ID:
00823821
Views:
11
This message has been marked as the solution to the initial question of the thread.
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!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform