Hi guys,
It seems like Visible property does not work well on page in RTC. I wanted to hide the column Item Category Code in the Product Groups Page depending on a certain condition. I have done the following:
- Added a boolean variable (IncludeInDataSet=YES)
- Added this variable to the Visible property on the Item Category Code control
- Wrote the code to set the variable to TRUE or FALSE after the on Open page trigger.
It works perfectly when I open Product Group Page in a regular mode. But, when I am trying to open the page in a new window it does not work and the column is visible.
Any advice?
Thank you
0
Comments
did you try by moving the code to OnInit trigger?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Yes, I did and it doesn't wotk either.