Microsoft
MB7-702 · Question #87
You have a setup table and page. You must insert the following code segment into a page trigger: RESET; IF NOT GET THEN BEGIN INIT; INSERT; END; Which trigger should you select?
The correct answer is B. OnOpenPage. See the full explanation below for the reasoning.
Question
You have a setup table and page. You must insert the following code segment into a page trigger:
RESET; IF NOT GET THEN BEGIN INIT; INSERT; END; Which trigger should you select?
Options
- AOnInit
- BOnOpenPage
- COnClosePage
- DOnQueryClosePage
- EOnFindRecord
How the community answered
(35 responses)- A3% (1)
- B83% (29)
- C9% (3)
- D6% (2)
Community Discussion
No community discussion yet for this question.