Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListItem - BackColor
Message
 
 
À
11/12/2003 23:23:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00858452
Message ID:
00858956
Vues:
16
The ListveItem object dosn't have BackColor property only ListView itself has one.

>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.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform