Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change Grid Header Backcolor
Message
De
09/08/2004 09:23:14
 
 
À
08/08/2004 23:50:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00931676
Message ID:
00931744
Vues:
17
If cursor is in coulumn2.text1 then the backcolor of column2's header
>should change to rgb(255,254,219).


This in the GotFocus() of the textbox:
This.Parent.Header1.BackColor = rgb(255,254,219)
and this in the texbox's LostFocus()
This.Parent.Header1.ResetToDefault( [BackColor] )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform