AOB
Registered User.
- Local time
- Today, 14:09
- Joined
- Sep 26, 2012
- Messages
- 621
Came across this thread in the Code Repository as a neat little workaround for displaying checkboxes a little larger and with a touch of colour but struggling with one tiny detail (and the thread is no longer open for replies) if anyone can point me in a direction?
How does one "translate" the value contained the boolean field (i.e. 0 or 1, or I guess potentially -1) into the appropriate character in the Wingdings font library (i.e. þ or ý for ticked-box and crossed-box, respectively?)
I can format the textbox fine but I can only get the Wingdings characters directly corresponding to 0 and 1 (which I think are folder icons) - how do I show zeroes as crosses and non-zeroes as ticks? Do I have to do the conversion in the query that's bound to the form? Would prefer not to do that as I want to retain the true "value" and only present the values aesthetically...
Thanks!
How does one "translate" the value contained the boolean field (i.e. 0 or 1, or I guess potentially -1) into the appropriate character in the Wingdings font library (i.e. þ or ý for ticked-box and crossed-box, respectively?)
I can format the textbox fine but I can only get the Wingdings characters directly corresponding to 0 and 1 (which I think are folder icons) - how do I show zeroes as crosses and non-zeroes as ticks? Do I have to do the conversion in the query that's bound to the form? Would prefer not to do that as I want to retain the true "value" and only present the values aesthetically...
Thanks!