Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the color of Object
Message
 
 
To
02/06/2002 23:00:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00663931
Message ID:
00663932
Views:
8
>Hi, Folks,
> I've met a problem on get the color of the object forecolor or backcolor for the type of color is undefined. And I wanna create an object to reverse the color when user enter the object. But I don't know how to get the color parameters. Is there anyone could give a hand on it. Thanks anyway.

TextBox.GotFocus
local lnColor
lnColor = this.backcolor
this.backcolor = this.forecolor
this.forecolor = m.lnColor
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform