O
Oracle Fusion Middleware 11g: Build Applications with Oracle Forms
90 Questions
Question No. 1
You do not want users to execute queries while in the Order_Items block, so you write the following key-Exeqry trigger for the Order_Items block:
GO_BLOCK('orders');
EXECUTE_QUERY;
This works fine except that in the Order_Items block when you click Enter Query first and then click Execute Query, you get the error message “FRM-41009: Function key not allowed.” What can you do to correct this?
Choose the correct option from the given list.
01 / 90