Hi everyone,
I have to create a report with two fields in a request page : a boolean and a text field.
One of the requirements is that the text field in invisible when I run the report, It only gets visible if the boolean is checked by the user.
Is it possible in NAV 2009 R2? and how?
Thanks in advance
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
First of all, I tried to set the Visible property of the text field to "Bool1" (the boolean field, "Bool1" has the property IncludeInDataset set to TRUE).It did not work
Then, I tried the following:
I created a boolean variable "Bool2" with the property IncludeInDataset set to TRUE.I set the Visible property of the text field to "Bool2" and I added the following code under the OnValidate trigger of "Bool1":
If Bool1 then Bool2 :=TRUE;
It did not work too
How shall I proceed then?
Modified at Runtime/Dynamically display fields in request Page.
dynamicsuser.net/forums/t/87389.aspx
Raja Venkat
https://beginnersnav.blogspot.in/
Raja Venkat
https://beginnersnav.blogspot.in/