enabling Insert allowed for particualr records in a block,
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