Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

enabling Insert allowed for particualr records in a block,

Pavan 909Apr 27 2011 — edited Apr 29 2011
Hi All,

I have a requirement to enable insert allowed(and delete allowed) button for only particular records(say for all records where column1=2) and for all other values that insert allowed button should be disabled.

I tried setting the property
SET_BLOCK_PROPERTY for insert allowed for my block, in new_block_instance.

when i'm querying the first time with column1=2, its working fine.

But, when im querying my blcok with column1=5 and then requerying the block with column1=2, im facing issue. insert allowed button is disabled here.

Not sure, whether this can be achieved or not using this way. Please suggest me if there is any other ways we can do in oracle forms.

Thanks & regards,
Pavan Kumar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2011
Added on Apr 27 2011
17 comments
8,954 views