Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicFontBold problem
Message
De
13/02/2002 03:46:46
 
 
À
13/02/2002 03:23:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00619308
Message ID:
00619312
Vues:
15
>Hi,
>
>I need to modify the font in a grid according a specific condition, I have tryed in many ways but it does not work here is my code
>
>this.grid1.SetAll("dynamicfontbold", "IIF(cur_lav.nlavqua=1, '(.f.)','(.t.)')", "Column")
this.grid1.SetAll("dynamicfontbold", "IIF (cur_lav.nlavqua=1,.f.,.t.)", "Column")
or, simpler,
this.grid1.SetAll("dynamicfontbold", "cur_lav.nlavqua!=1", "Column")
----------------------------------
António Tavares Lopes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform