Problem - Delete_Record
434723Dec 14 2004 — edited Dec 15 2004HI all,
I have some multi-record blocks. I want to delete specific records that don't fullfill certain condition. Like their is a option "Remove" under "Record" in Default Forms Menu of Oracle Forms 6i.
i want to remove (delete) record just like that) and also i want to implement this check on "Block Level"
I have used many kinds of triggers: PRE-INSERT, PRE-UPDATE, WHEN-VALIDATE-RECORD, KEY-COMMIT etc. and in them i wrote:
if <condition> then
delete_record;
end if;
but this is not working. it doesn't removes the record.
Urgent help needed ...
regards,
yasir