Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setall
Message
From
18/07/2008 10:31:51
 
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:
01332285
Views:
8
>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 ?

Firstly, it is not a good idea to use reserve word for field name. You may, at least, include alias to your expression. Also, you should say that you apply it to column (?) objects.
thisform.grid2.setall("fonbold","IIF(MyTable.READ = 1 ,.F.,.T.)","column")
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform