tritom
1
Hello All
i’ve read this problem at https://discourse.hkvstore.com/t/column-hide-from-list-but-not-from-extended-search/456/1 and try to implement it in v.2020
and try $this->ColumnName->Visible = FALSE; in
Table-Specific > Summary Report > Page_DataRendering
and
Table-Specific > Summary Report > Page_Load
Both giving me results of hiding both extended search and column from the table
I need it so the extended search to keep visible
is there any new way to do this in v.2020?
thanks
mobhar
2
Remove your code in this location “Table-Specific > Summary Report > Page_Load”, and try again.
tritom
3
Thank You for replying
mobhar wrote:
Remove your code in this location “Table-Specific > Summary Report > Page_Load”, and try again.
I tried, and add $this->STATUS_WP->Visible = FALSE only in Page_DataRendering, but it gave me the same result
both extended search and column are not visible
mobhar
4
Yes, you’re right. Currently, in the generated Report pages, both column in table and Extended Search is hidden.
It seems this behavior only happened in the generated Report objects/pages. But it works properly for the Tables/Views objects.