Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatic change of Backcolor/forecolor doesn't work
Message
De
15/08/2001 14:49:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Programmatic change of Backcolor/forecolor doesn't work
Divers
Thread ID:
00544238
Message ID:
00544238
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform