Options

Visible property on pages

WinterWinter Member Posts: 3
edited 2011-10-29 in NAV Three Tier
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

Comments

Sign In or Register to comment.