What can you do to stop the "Working" message from appearing?

Users do not want to see the "Working" message while a long query completes.
You are designing a form with a query that takes o long time to execute. What can you do to stop the "Working" message from appearing?
A. Before the line of code that executes the query, add the line:
:SYSTEM.MESSAGE_LEVEL := ’10’;
B. Before the line of code that executes the query, add the line:
:SYSTEM.SUPPRESS_WORKING : = TRUE’;
C. Use the SET_APPLICATION_PROPERTY built-in to set the message level in a When-New-Form-instance trigger.
D. You do not need to do anything, the default behavior of Forms is to display the "Working" message only if you add code to do so.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.