최신Oracle9i forma Developer:build internet applications - 1Z0-141무료샘플문제
문제1
During testing, you received comments that the default functionality of the [Commit] key can cause an error message to be displayed if there are no changes to save when it was activated.
You decide to provide a button for users to validate the form and issue a commit if necessary. To implement this, you write a form-level procedure called
VALIDATE_AND_COMMIT.
The same functionality must be provided when the user chooses File > Save from the menu or presses the [Commit] key.
Which should you use?
During testing, you received comments that the default functionality of the [Commit] key can cause an error message to be displayed if there are no changes to save when it was activated.
You decide to provide a button for users to validate the form and issue a commit if necessary. To implement this, you write a form-level procedure called
VALIDATE_AND_COMMIT.
The same functionality must be provided when the user chooses File > Save from the menu or presses the [Commit] key.
Which should you use?
정답: B
문제2
Order entry clerks use the Orders form to enter the shipping date of an order. Once the shipping date has been entered into the database, the clerks are not allowed to modify it.
What property can you set in the Property Palette for the Shipping_Date item to ensure that this data entry restriction is enforced?
Order entry clerks use the Orders form to enter the shipping date of an order. Once the shipping date has been entered into the database, the clerks are not allowed to modify it.
What property can you set in the Property Palette for the Shipping_Date item to ensure that this data entry restriction is enforced?
정답: D
문제3
View the Exhibit.
You have created three list items, each of which is in a different list style. You have defined the same four list elements for each list item. The exhibit depicts the list items at run time after user input.
What is the list style of each list item?

View the Exhibit.
You have created three list items, each of which is in a different list style. You have defined the same four list elements for each list item. The exhibit depicts the list items at run time after user input.
What is the list style of each list item?

정답: F
문제4
What happens when you click Run Form Debug in Forms Builder?
What happens when you click Run Form Debug in Forms Builder?
정답: D
문제5
You have an image item in the Employees form to display an employee photograph. The image item has default values for its properties. You are trying to decide where to place some code to manipulate the image item. If you place the code in a When-Image-Activated trigger, when will the code be executed?
You have an image item in the Employees form to display an employee photograph. The image item has default values for its properties. You are trying to decide where to place some code to manipulate the image item. If you place the code in a When-Image-Activated trigger, when will the code be executed?
정답: D
문제6
You are developing an Order Entry application. The Customers form calls the Orders form and passes the value of Customer_Id as a parameter by the same name, so that the orders for only that customer are displayed. Which three statements are true? (Choose three).
You are developing an Order Entry application. The Customers form calls the Orders form and passes the value of Customer_Id as a parameter by the same name, so that the orders for only that customer are displayed. Which three statements are true? (Choose three).
정답: B,C,D
문제7
Which two statements are true of a Query Record Group? (Choose two.)
Which two statements are true of a Query Record Group? (Choose two.)
정답: E,F
문제8
An application is accessed through the Summit form, which can open the Customers form and the Orders form. The Customers form can also open the Orders form, and the Orders form can open the Customers form. What should you do to ensure that forms are closed in the proper order so that the session closes down when the last form is exited?
An application is accessed through the Summit form, which can open the Customers form and the Orders form. The Customers form can also open the Orders form, and the Orders form can open the Customers form. What should you do to ensure that forms are closed in the proper order so that the session closes down when the last form is exited?
정답: D
문제9
In the Orders form you define five LOVs, and you create one button to be used to display any of the LOVs.
The button is enabled only when the user navigates to a field with an attached LOV. If the user supplies only part of the required input data, the LOVs use that input as search criteria to automatically reduce the LOV contents. If the LOVs hold only one value that can possibly match user-supplied input, then the LOVs auto-complete the input field and are not displayed. Which built-in and properties should you use to display the LOVs?
In the Orders form you define five LOVs, and you create one button to be used to display any of the LOVs.
The button is enabled only when the user navigates to a field with an attached LOV. If the user supplies only part of the required input data, the LOVs use that input as search criteria to automatically reduce the LOV contents. If the LOVs hold only one value that can possibly match user-supplied input, then the LOVs auto-complete the input field and are not displayed. Which built-in and properties should you use to display the LOVs?
정답: A
문제10
You are running a form in debug mode and you begin to step through the code of a lengthy subprogram. After stepping through a few lines of its code, you realize that the error comes not from the code in that particular subprogram but from code that is executed after it. At this point, how can you immediately jump to the next line of code after the call to the subprogram?
You are running a form in debug mode and you begin to step through the code of a lengthy subprogram. After stepping through a few lines of its code, you realize that the error comes not from the code in that particular subprogram but from code that is executed after it. At this point, how can you immediately jump to the next line of code after the call to the subprogram?
정답: B