Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print different fields colour
Message
De
20/03/2002 05:33:40
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00632528
Message ID:
00634835
Vues:
14
Hi,
Instead of using DynamicForeColor use the DynamicBackColor of the Column in which you wish to change the color setting eg:
IIF(CurrFilters.MustEnter, RGB(128,255,128), RGB(255,255,128))

I have the above hardcoded into the grid. In this example for each cell of a column. The Other grid setting that effects the behaviour is having SPARSE = .T. in the column.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform