Hide columns in custom form

To discuss Oracle Forms & Reports related technical issues.
Post Reply
krishna4202224
Posts: 10
Joined: Sat Nov 22, 2008 11:21 pm
Location: USA

Hide columns in custom form

Post 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
samrat.chatterjee
Posts: 1
Joined: Wed Aug 26, 2009 3:42 am
Location: India

Post 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.
sinha_sa09
Posts: 1
Joined: Fri Sep 21, 2007 4:11 pm
Location: India

Post 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);
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest