Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setall
Message
From
18/07/2008 10:31:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Setall
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01332277
Message ID:
01332284
Views:
7
>I trying the implement font bold to not read messages
>
>
>I have a table with a field "read"
>
>thisform.grid2.setall("fonbold","IIF(READ = 1 ,.F.))
>
>Could anybody help to find out what is wrong in the expression above ?

Missing second expression for IIF() in the first place. However FontBold expects a boolean you don't need iif(). First expression is the result itself:
thisform.grid2.setall("dynamicfontbold","(myAlias.READ != 1)")
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform