Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Forms 4.5:Do you want to save changes?
You probably have POST_QUERY TRIGGER on one of your BLOCKS
Whenever you query that block or item it changes it's value which causes
message:
"Do you want to save chances?"
To avoid this use this:
record_id := to_number(:system.cursor_record); set_record_property(record_id,'<BLOCK_NAME>',STATUS,QUERY_STATUS);
Vitaliy Mogilevskiy Received on Tue Feb 16 1999 - 12:54:26 CST
![]() |
![]() |