Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicFontBold problem
Message
From
13/02/2002 03:46:46
 
 
To
13/02/2002 03:23:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00619308
Message ID:
00619312
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform