Skip to main content

Hi Guys, How Can I print a Tick Box in My Reports, ie ☐   I can add this symbol to my Steps in BOM

but the PX.ReportViewer.axd  removes it, or does not display it?  even printing to a PDF it is not Visual?

any help appreciated!

Hi ​@Remmy,

There is no checkbox control available in the Acumatica Report Designer. However, as an alternative, you can use a Picture Box with an image that looks like a checkbox. To simulate a checkbox that responds to a boolean field:

  1. Add a Picture Box to your report and use an image that represents a checked checkbox.
  2. Set the VisibleExpr property of this Picture Box to the condition where your boolean field is True. This ensures that the "checked" checkbox appears only when the field is True.
  3. Optionally, add another Picture Box with an image of an unchecked checkbox and set its VisibleExprto show when the boolean field is False.

This approach allows you to mimic the appearance of a checkbox in your reports.

Have you reviewed This link? It might provide additional guidance on implementing this solution. While it's not a perfect checkbox, it serves as a viable alternative in Acumatica Report Designer.

 


Hi Dipak, thank you for your reply and Link,  going a bit deeper, all our Bill Of Materials have steps to each process, see attached.  I did copy and past   “U+2611”  which did start working,  but disappears  when printing to a PDF or through Acumatica ERP Viewer PX.ReportViewer.axd.

BOM example.


Hi Dipak,  another note,  We only need a visual box on our report, for the operators to Tick, when the complete this step, no other interaction is required, thank you again.


Hi all, This is now resolved, change ViewPdf to False

 

 


Reply