Oracle Forms: How can I develop a form which does not allow Insert but allows Update?

981 Views Asked by At

I have Master-Detail Oracle form. The requirement in not to allow insertion on the table through the form. It can allow Update though. How can I achieve this?

1

There are 1 best solutions below

3
On

On the block level there are properties you can adjust. One of these options is under the database level "insert allowed" and "update allowed" If you set insert allowed to No, then you won't be able to insert into your block.

Regards