Can anyone think of a way to reverse a POST that has been issued in Oracle Forms? Note; this is a POST, not COMMIT.
Its quite complex but basically I need to POST so I can query against some records that will normally be created but at a later point I may need to change some values. This requires me to undo the previous POST.
I've tried a ROLLBACK (and ROLLBACK TO) but Oracle Forms clears the entire form in this case, which is pretty useless when I only need to change 1 value.