Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicForeColor bug?
Message
De
19/07/2004 20:00:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
DynamicForeColor bug?
Divers
Thread ID:
00925981
Message ID:
00925981
Vues:
53
Is this a bug, or am I doing something dumb?


.grdAd.SetAll("DynamicForeColorColor", ;
"IIF(curAd.Select, RGB(255,255,255) ;
, RGB(0,0,0))", "Column")

...seems to have no effect on foreground color of text in the grid, while


.grdAd.SetAll("DynamicBackColor", ;
"IIF(curAd.Select, RGB(0,64,128) ;
, RGB(255,255,255))", "Column")

...changes the background color just fine.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform