Printing a tickbox on a report

Smashed_Pumpkin
Member Posts: 47
Hi,
Is it possible to have a field that normally displays as a tickbox in a table/form to print as a tick on a report? I've added such a field to a report, but it only prints either YES or NO depending on if the box is ticked or not.
Thanks.
Is it possible to have a field that normally displays as a tickbox in a table/form to print as a tick on a report? I've added such a field to a report, but it only prints either YES or NO depending on if the box is ticked or not.
Thanks.
0
Comments
-
Just in case there is no answer you can duplicate the report section with one showing the tick(can be a bitmap for example) and the other section unticked.
use
currentreport.showoutput(FieldName) in the section with Tick and
currentreport.showoutput(not FieldName) in the section without Tick.0 -
Instead of using bitmap you can use labels or text controls with special font. Check in charmap or copy in word and select font:
Wingdings: xûüýþ
Wingdings 2:OPQRST
If you want exact copy of tickmark, you can play with:
Marlett: abcdef
You should consider range of users' OS and choose font that all have.
2. Instead of 2 secitions you can use 1 section and use a text control with text global "tTick":
OnAfterGetRecord:
IF bTicked THEN tTick := 'a' ELSE tTick := '';
and this 'a' will look like a tick if Marlett font is used.®obi
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯0 -
Thanks for the help0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions