Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display the logical fields on Report.
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
How to display the logical fields on Report.
Miscellaneous
Thread ID:
00405771
Message ID:
00405771
Views:
68
Hi all,

I need to print a mark (something looks like X) for each logical field on my report if its value is true, otherwise an empty space should be left there. I used the "Print When" to make the Print Expression for logical fields:

IIF(my_table.field1 <> ".F.", "X", " ")

IIF(my_table.field2 <> ".F.", "X", " ")

.................................

When I ran the report I got a message "Operator/Operand type mismatch."

I beleive someone of you here knew how to get this already. Please give me your help. Any tips, ideas, or suggestions would be appreciated.

Thanks in advance.

Jenny.
Next
Reply
Map
View

Click here to load this message in the networking platform