Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListItem - BackColor
Message
From
11/12/2003 23:23:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
ListItem - BackColor
Miscellaneous
Thread ID:
00858452
Message ID:
00858452
Views:
59
Hi VFOX5 Users,

How to change background colour of listitems? I tried following without success.
With ThisForm.ole_listview.listitems
	.Clear
	Select mytable
	Scan
		llvw_row = .ADD(,,RECNO())
		llvw_row.ForeColor = COLOR_BLACK 	&& No Error
		llvw_row.BackColor = COLOR_GRAY 	&& Error 
	EndScan
EndWith
Any help would be appreciated. Thank you.
Manoj Karki
manoj0karki@yahoo.com
Nepal
Next
Reply
Map
View

Click here to load this message in the networking platform