Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatic change of Backcolor/forecolor doesn't work
Message
From
15/08/2001 14:49:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Programmatic change of Backcolor/forecolor doesn't work
Miscellaneous
Thread ID:
00544238
Message ID:
00544238
Views:
67
Hi all:
I have this code:

IF X=0
WITH THISFORM.pageframe1.page1
.text6.BACKCOLOR=RGB(0,255,0)
.text6.FORECOLOR=RGB(0,0,0)
ENDWITH
ELSE
WITH THISFORM.pageframe1.page1
.text6.BACKCOLOR=RGB(255,0,0)
.text6.FORECOLOR=RGB(255,255,255)
ENDWITH

ENDIF

However the colors of text6 remain the same no matter the value of X.
What's wrong?
TIA
Ulises
Next
Reply
Map
View

Click here to load this message in the networking platform