Page 1 of 1

Hide columns in custom form

Posted: Sun Aug 16, 2009 4:58 am
by krishna4202224
Hi everyone,

Can you plz solve my problem.Its very urgent issue .
Here is the scenario,

I developed a custom form using form builder (forms 6i).The requirement is to hide some columns in that custom form.

I have to hide or remove some columns or tabs from that custom form.
Can you please say me how to hide it .

Can you plz provide me perfect answers.

Thanks,
Krishna

Posted: Wed Aug 26, 2009 3:54 am
by samrat.chatterjee
Hi krishna,

Did you changed the visible property and the canvas property of that columns. If, no then please change the visible property to no and canvas property to null.
Please let me know if there are any further queries.
Regards,
Samrat.

Posted: Tue Sep 08, 2009 4:53 am
by sinha_sa09
To set the visible property off

SET_ITEM_PROPERTY('<BLOCK_NAME.ITEM_NAME>',
VISIBLE,
PROPERTY_FALSE);


To set the visible property on

SET_ITEM_PROPERTY('<BLOCK_NAME.ITEM_NAME>',
VISIBLE,
PROPERTY_TRUE);