Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms 12c. Do you want to save changes you have made?

Darsh_Jun 19 2020 — edited Jun 19 2020

err.JPG

How do I suppress above message?

  1. The drop down has when-list-changed trigger, when list value changes, it launches a go_block('Run Report') and then execute_query built in.
  2. The Run Report is a database block.
  3. But, the drop down is a control block.
  4. When Execute query runs, it is not necessary that every time the run report block must return a row. It can have no records to query.

However, above message unnecessarily shows up every time I change list value. How can I suppress it?

Thanks,

Darsh

This post has been answered by Holger.Lehmann on Jun 19 2020
Jump to Answer
Comments
Post Details
Added on Jun 19 2020
3 comments
1,562 views