cancel
Showing results for 
Search instead for 
Did you mean: 

Hide field in the master page.

alasivanand
Explorer
0 Kudos

Hi All,

I have tried to hide the field, which is wrapped in a Subform - flowed - Top-to-Bottom in the Master page. When the field is hidden, on the base of some condition, the space is left blank.

While doing the same in the Body page, the space is taken back and the next field occupies the space.

Please suggest the way in which I can Hide the field as well as remove the Empty Space.

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

pavan_prabhu
Active Participant
0 Kudos

Hello Sivanand,

     Please check whether you have written the script in Initialize event or not. The space is removed only if the script is written in Initialize event. If the script is written in Ready Layout event, the space is not removed because the positions of elements are already finalized and you cannot change the position of elements in Ready Layout event.

alasivanand
Explorer
0 Kudos

Hi Pavan,

I have written the script in Initialize event. As far as I know, We can hide the Content but cannot get the space back.

As told previously, the script is working fine with Body page.

Please suggest any other approach.