How to change block status of non database block with non database items from QUERY to CHANGED?
I cant change record property as
SET_RECORD_PROPERTY(GET_BLOCK_PROPERTY(:SYSTEM.Cursor_Block, CURRENT_RECORD ), :SYSTEM.Cursor_Block,STATUS, CHANGED_STATUS);
because record status is "Inserted" and i get frm-40742 error.
This block can be committed by custom key-commit trigger. Logic of commit cant be linked to database tables.
So, I need in standard message as .. "Data was changed. Would you like to exit from form without saving? OK NO"
Oracle forms version - 6i