Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change color when skipping
Message
From
27/04/1998 15:36:58
Ray Watson
A Certified Electronics Co
Knoxville, Tennessee, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00095050
Message ID:
00095230
Views:
23
Try putting the forecolor and backcolor values in the text controls refresh method.

eg:
Text1.Refresh

IF field = positive
This.forecolor = "RGB(255,0,0)"
ELSE
THIS.ForeColor = "RGB(0,0,0)"
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform