Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check boxes
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00390246
Message ID:
00390286
Views:
10
>>>Maybe I'm missing the obvious, but cannot check boxes be displayed on a report form?
>>
>>Bill Caton sent me this one day and should work for a report.
>>
>>set the report field font to "Wingdings" and in the code behind the field:
>>
>>IIF(myLogicalField, CHR(252), "")
>>
>>which gives a check mark when true and blank when false.
>
>I tried this and the character for wingding of a checkmark is ALT + 252. I can enter the following in the field IIF(lfinished, CHR(252), "") and it works, but I cant figure out how to show the ALT 252 If someone knows how to do this them the report will print a checkmark when run.

Hi Bret,

I don't quite follow the last part of your question. I've used this method on reports and it seems to work ok. Therefore, I don't think I understand your last statement.

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform