Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListItem - BackColor
Message
De
11/12/2003 23:23:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
ListItem - BackColor
Divers
Thread ID:
00858452
Message ID:
00858452
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform