Hi,
I am creating a new application based on oracle forms6.In the same form, I give the users all the 4 options(Create/Modify/Delete/View).During viewing, I use execute_query and get the record, and disable all the fields in the form.
This is locking all the records and does not allow others to modify this data.
My Question is how does the Execute_query work. Will it lock the records,so that others cannot modify these records.
Badrinath
11-12-2001, 04:25 PM
Shestakov
You can change LOCKING MODE in block propetry
- to automatic
and set on this block:
- update allowed - no
- delete allowed - no.