Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change the color of a word in a field
Message
From
05/11/1998 08:41:23
 
 
To
05/11/1998 08:26:31
Misson Bernard
Cddp de L'Aisne
Laon, France
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00154762
Message ID:
00154768
Views:
17
Misson

You need to change the backcolor and forecolor properties of the object. So, to change a combo box called 'cbx1general1' progmatically you would use:

thisform.cbx1general1.forecolor = Nn
thisform.cbx1general1.backcolor = Nn

where Nn is the composite value of the colour. If you click on the forecolor or backcolor property you can use the palette to change colours.

Derek
Previous
Reply
Map
View

Click here to load this message in the networking platform