Hide field in master page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
kohle
User
Posts: 11

Hide field in master page

Post 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.


kohle
User
Posts: 11

Post by kohle »

solved.

It works when I add it to the page_load event.

rgs
J


Post Reply