Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing combo back or forecolor does zilch
Message
From
02/08/2005 04:37:00
 
 
To
02/08/2005 04:15:46
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01037731
Message ID:
01037737
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform