1Z0-141 · Question #135
The user must be able to invoke a list of values for valid sales representatives in the Orders form. To facilitate this, you created a button and positioned it next to the Sales Rep Id field. The…
The correct answer is D. The icon is not displayed on the button. When you click in the Sales Rep Id field and then. See the full explanation below for the reasoning.
Question
The user must be able to invoke a list of values for valid sales representatives in the Orders form. To facilitate this, you created a button and positioned it next to the Sales Rep Id field. The text item has these properties set:
- Required: Yes
- List of Values: SALES_REP_LOV
- Validate from List: No
The button has these properties set:
- Keyboard Navigable: Yes
- Mouse Navigate: Yes
- Iconic: Yes
- Icon Filename: list.ico
An appropriate LOV has been created (called SALES_REP_LOV) and associated with the text item. An icon file (list.gif) exists in the appropriate directory. All other properties are left at their defaults. You write a When-Button-Pressed trigger at the item level with this code:
LIST_VALUES; To test the form, you attempt to enter a new record. What is the run-time behavior of the form?
Options
- AThe form doesn't compile and therefore cannot be tested.
- BThe icon is not displayed on the button. When you click in the Sales Rep Id field and then
- CThe icon is displayed on the button. When you click in the Sales Rep Id field and then click
- DThe icon is not displayed on the button. When you click in the Sales Rep Id field and then
- EThe icon is displayed on the button. When you click in the Sales Rep Id field and then click
How the community answered
(41 responses)- A2% (1)
- B2% (1)
- C15% (6)
- D71% (29)
- E10% (4)
Community Discussion
No community discussion yet for this question.