The menu that appears by default in a Forms application does not quite meet your needs, so you decide to create a custom menu. You create and compile a menu module called Test with three submenus that contain PL/SQL code, and you attach the Test menu to a form.
How will the menu of the form appear and perform at run time?
A. You will see only the three submenus from the Test menu (plus the Window menu that is usually displayed), and you will not be able to call code from the default menu in your form.View the Exhibit.
You are running a form in debug mode, but you have not set any breakpoints in the code. You click a button that invokes the code shown in the exhibit.
While the code executes, you decide to examine the variable values in the loop.
Which menu items in the Forms Builder Debug menu would you choose?

While updating an existing customer record using the Customers form, the user invoked the Orders form by clicking the CONTROL.Orders_btn button. The When-Button-Pressed trigger had the following code:
CALL_FORM('orders');
There is a requirement to navigate back to the Customers form after the order details have also been updated. This will be achieved through a form-level Key-Exit trigger in the Orders form.
Which code should be used?
A. IF GET_APPLICATION_PROPERTY(calling_form) IS NOT NULL THENEXIT_FORM(ASK_COMMIT, NO_ROLLBACK);ELSEEXIT_FORM;END IF;You write a form in which there are two text items (FIELD1 and FIELD2) and a button (BTN1) arranged in the following navigation sequence:
FIELD1, BTN1, FIELD2
With the focus in FIELD1, the user presses the [Next Item] key and encounters a navigation trap, in which the cursor is unable to advance to the next item and cannot return to FIELD1.
Which three conditions can combine to produce such a navigation trap? (Choose three.)
A. FIELD1 has a Post-Text-Item trigger that fails.Which statement about the Data properties of a text item is true?
A. If the Maximum Length of an item is set to a value that is greater than the value for Width, the item will not be displayed at run time.The two-column LOCATION Record Group has 10 rows.
At run time, the user wants to mark two or more LOCATION records for use by another Forms Builder object. The rows will be used to construct a WHERE clause for a subsequent data block query.
Which built-in enable individual rows to be marked?
A. ADD_GROUP_COLUMNYou are running a multiple-form application. The Customers form invokes the Orders form. When the Orders form launches, it displays orders for only the active customer from the Customers form. Forms exchange data with the
:GLOBAL.CUSTOMER_ID variable.
The Orders form should be restricted to orders for the current customer only the first time a query is issued after invoking the Orders form.
Which built-in helps you do this by setting the ONETIME_WHERE property to refer dynamically to the GLOBAL.CUSTOMER_ID?
A. SET_APPLICATION_PROPERTYView the Exhibit.
You are developing and testing a Forms application on a machine that has plenty of memory. The Customers block, whose Property Palette is shown in the exhibit, is based on a table that contains a large number of records.
The initial query on the block appears quickly. However, after scrolling through hundreds of records in the block, you notice that it is taking longer and longer to retrieve the next set of records.
What can you do to improve performance without losing the fast initial response?

In the Orders form, you create a button in the CONTROL block to send the input focus to the INVENTORIES block and cause it to be queried.
You write this code in a When-Button-Pressed trigger:
GO_BLOCK('Inventories'); EXECUTE_QUERY;
What happens when you test the form?
A. The form will not compile because the block name must be uppercase.View the Exhibit.
You are attempting to drag the Control and CV_Order objects to an object group as shown in the exhibit, but you are unable to release them in the Object Group Children node of the object group.
What is the reason for this?

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-141 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.