Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid Expression?
Message
 
À
16/05/2001 17:35:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00508032
Message ID:
00508363
Vues:
19
The DynamicBackColor needs an expression it can execute for each row of the cursor / table so it needs to be a charicter expression.

See help on DynamicBackColor - ex.
frmMyForm.grdGrid1.SetAll("DynamicBackColor", ;
"IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255) ;
, RGB(0,255,0))", "Column")
Thanx,
Bill Elvin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform