I have created a report using Navision 4.0. For the Report I have a request form which lets the user choose to Show certain details. I figured out how to keep the check box true (checked) each time the report is run without compilation. However, the check box gets unchecked when I compile the report.
I assume that this can be done in the Reports C/AL code section for the trigger OnPreReport().
Does anyone know how to set it so that the checkbox is always selected even after I compile the report?
Thanks in Advance.
NP
0
Comments
MyCheckbox := true;
Mycheckbox is the variable for the source expression.of the check box.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thank you for your help. It works now. Check box remains selected by default.
NP
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n