Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to put tick (correct) sign in logical true values in
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00484023
Message ID:
00484026
Views:
13
>I have to print on a printed form. Some logical fields need to be printed with correct sign (tick sign). Like in form it is working ok when i use option box. The same sign i want to print in reports only with true logical fields. May somebody help me in this regard.
>
>Thanks
>
>zaheer_m@hotmail.com

In the expression on your control, put in an iif statement:
IIF(lLogical, "+", "-")
Previous
Reply
Map
View

Click here to load this message in the networking platform