Valid 1z0-151 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-151 Exam! ExamDiscuss.com now offer the newest 1z0-151 exam dumps, the ExamDiscuss.com 1z0-151 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-151 dumps with Test Engine here:
Customers log in to your Orders application by using their customer ID, which is saved as a global variable. When the Orders form first comes up, you want it to be populated with the customer's orders, and you do not want customers to be able to query for another customer's orders. You code the following triggers: When-New Form instance on the Orders form: GO_BLOCK('orders'); EXECUTE_QUERY; You also have a button in the Control block labeled Query Orders with a When-Button Pressed trigger that has the same code as the When New-Form instance trigger. To test the form, you run it and log in a Customer 104. When you click Query Orders, all orders are shown, not just those for Customer 104. What is the best way to correct this issue to ensure that the customer can never query another customer's orders?
Correct Answer: B
Explanation/Reference: Explanation: Note: EXECUTE_QUERY procedure Clears the current block, opens a query, and fetches a number of selected records. If there are changes to commit, Forms Builder prompts the operator to commit them before continuing EXECUTE-QUERY processing