Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the color of Object
Message
 
 
À
02/06/2002 23:00:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00663931
Message ID:
00663932
Vues:
9
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform