1Z0-151 · Question #45
You have been assigned to maintain the Orders form. Users complain that if the cursor is in the in the Orders block, they cannot navigate to the Order Items block by clicking a text item in that…
The correct answer is A. Check the Pre-Text-Item and Post-Text-Item triggers, because users may be encountering a navigation trap. The Navigation Trap You have seen that the Pre-and Post-navigation triggers fire during navigation, and when they fail the internal cursor attempts to return to the current item(SYSTEM.CURSOR_ITEM).The diagram below illustrates the navigation trap. This can occur when a Pre-or…
Question
You have been assigned to maintain the Orders form. Users complain that if the cursor is in the in the Orders block, they cannot navigate to the Order Items block by clicking a text item in that block. They must click the Next Block button to navigate from the Orders block to the Order Items block. How should you investigate the source of the problem?
Exhibit
Options
- ACheck the Pre-Text-Item and Post-Text-Item triggers, because users may be encountering a navigation trap.
- BCheck the Navigation properties of the Orders block that have non-default values.
- CCheck the Navigation properties of the Order Items block that have non-default values.
- DCheck the Navigation properties of the items in the Orders block that have non-default values.
- ECheck the Navigation properties of the form that have non-default values.
- FCheck that the items in the Order Items block are enabled.
How the community answered
(27 responses)- A78% (21)
- C4% (1)
- D4% (1)
- F15% (4)
Explanation
The Navigation Trap You have seen that the Pre-and Post-navigation triggers fire during navigation, and when they fail the internal cursor attempts to return to the current item(SYSTEM.CURSOR_ITEM).The diagram below illustrates the navigation trap. This can occur when a Pre-or Post-navigation trigger fails and attempts to return the logical cursor to its initial item. However, if the initial item has a Pre- Text- Item trigger that also fails the cursor has nowhere to go, and a fatal error occurs. Be sure to code against navigation trigger failure
Topics
Community Discussion
No community discussion yet for this question.
