nerdexam
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)
  • A
    3% (1)
  • B
    83% (29)
  • C
    9% (3)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full MB7-702 Practice