Page 1 of 1

Hide field in master page

Posted: Wed Jun 19, 2024 9:40 pm
by kohle

Hi,

the relation of two tables is : master: t_place and detail is : t_item
I want to hide the field : item_blob in the master part.

In t_item, Page_DataRendering(&$header), I tried:

Container("t_place")->image_blob-> Visible = false;

No error, but dont work.

rgs
J.


Re: Hide field in master page

Posted: Wed Jun 19, 2024 9:52 pm
by kohle

solved.

It works when I add it to the page_load event.

rgs
J