Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing combo back or forecolor does zilch
Message
De
02/08/2005 04:37:00
 
 
À
02/08/2005 04:15:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01037731
Message ID:
01037737
Vues:
19
it should works, have you tried to call the object refresh() ? :
>With This
   .BackColor = Iif(Deleted(Juststem(.RowSource)),Rgb(128,0,0),Rgb(255,255,255))
   .ForeColor = Iif(Deleted(Juststem(.RowSource)),Rgb(255,255,255),Rgb(0,0,0))
   .refresh()
Endwith
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform