Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check box in the report
Message
From
30/10/2018 10:55:57
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01662935
Message ID:
01662940
Views:
38
>>>I have an old report that shows a checked box (if a certain field has value True). When I open this report in the VFP Report Designer, the textbox (used for this control) has expression:
>>>
>>>iif( Passed, "p", "")
>>>
>>>
>>>The value of "p" above is actually some high or low ASCII character but it kind of looks like "p" or "b". What CHR() should I replace it with to make sure that I can edit it later?
>>>
>>>TIA
>>
>>Some fonts have checkboxes, for instance "Wingdings 2" where chr(81) is crossed, chr(82) is checked and chr(163) is unchecked.
>
>I think at the time when I was creating the report I wanted this check box to be font-independent. And I used chr(254).
>Thank you.

Well, unfortunately it's not. For instance with Courier New it's something like a b. You can try @1,1 say Chr(254) font "courier new"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform