The Orders form is a master-detail form in which ORDERS is a single-record master block and ORDER_ITEMS is a multirecord detail block.
During testing of the Orders form, users have complained about the behavior of Enter-Query mode.
In the form they are testing, they are unable to navigate out of the current block while they are in Enter-Query mode. However, they would like to be able to carry out the following procedure:
1.
Press [Enter Query] while in the master block.
2.
Enter some search criteria.
3.
Navigate to the detail block.
4.
Enter more search criteria (while the form is still in Enter-Query mode).
5.
Press [Execute Query] to have the criteria applied to both blocks at once. How can you provide the requested functionality?
A. The requested functionality is the default behavior. You simply need to remove or rewrite the triggers you wrote that "broke" the form.You are developing a Human Resources form for HR clerks to insert, update, and delete records from the EMPLOYEES table. When the user commits records, Forms displays the default informative message "FRM-40400: Transaction
complete:
You want to replace that with the message "Records inserted:
Which triggers must you create or modify to accomplish this?
A. On-Message onlyThe Orders form is required to initialize differently for different users.
A database procedure (GET_ROLE_NAME) is used to determine which database roles are enabled for the user logging on to the form. If the user has the STORE_CLERK role enabled, certain buttons are disabled and the focus is sent to the
Customer_Id text item. If the user has the ADMIN_MGR role enabled, all buttons are available and the focus is sent to the Date_Ordered text item. You have written a procedure (SET_BUTTONS) to set the appropriate button properties.
The functionality is achieved with this code:
IF get_role_name(USER) = 'STORE_CLERK' THEN
set_buttons('STORE_CLERK');
GO_ITEM('ORDERS.Customer_id');
ELSE
set_buttons('ADMIN_MGR');
GO_ITEM('ORDERS.Date_Ordered');
END IF;
What is the best trigger to execute this code?
A. Pre-Form at form levelYou have the Orders form open in Forms Builder. You create an object group in the Orders form and you try to drag various components in the Object Navigator to the object group. Which two components will you be unable to place in the object group? (Choose two.)
A. the Orders block of the Orders formWhich three statements about display items are true? (Choose three.)
A. A display item can be a database item.A user has requested a change to the Summit.fmb module. The form has two windows, DEPT_WIN and EMP_WIN. DEPT_WIN is always visible to the user. However, EMP_WIN is only occasionally required to be open. The user complains that once EMP_WIN is open, it is not possible to make the window invisible.
The user can navigate between the open windows. You are asked not to write code to close EMP_WIN explicitly.
What changes should you make to the Summit form?
A. Define EMP_WIN as a modal window and set the Hide on Exit property to No.What type of message indicates a Forms message that cannot be suppressed?
A. a Busy messageYou apply the Btn_PC property class to the Exit button and then make several changes in the property values of the button. The Btn_PC property class includes the item type Push Button. You accidentally change the Item Type property of the Exit Button to Check Box. How can you change the Item Type of the Exit button back to Push Button, restore the subclassed relationship of the Item Type to the property class, and retain any other property changes that you have made?
A. Select the Item Type property of the Exit button and click Inherit.Which two statements about a Non-Query Record Group are true? (Choose two.)
A. The Record Group is associated with a query at run time or at design time.The validation unit for the Orders form is set to Item. This master-detail form contains an Orders block and a multirecord Order Items block. Why might you want to create a When-Validate-Record trigger on the Orders block in this form?
A. to check that all items in the Orders block whose Required property is set to Yes have valuesNowadays, 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.