nerdexam
FileMaker

FM0-308 · Question #30

The tab control object shown below is configured with an OnPanelSwitch script trigger. Which formula could be used in a conditional test to detect if the user clicked on the"Map"tab panel?

The correct answer is C. GetValue ( Get (TriggerTargetPanel) ; 1 ) = 4. See the full explanation below for the reasoning.

Question

The tab control object shown below is configured with an OnPanelSwitch script trigger. Which formula could be used in a conditional test to detect if the user clicked on the"Map"tab panel?

Exhibit

FM0-308 question #30 exhibit

Options

  • AGet (ActivePanel) = 4
  • BGet (TriggerTargetPanel) ="Map"
  • CGetValue ( Get (TriggerTargetPanel) ; 1 ) = 4
  • DPatternCount ( Get (ActivePanel) ;"Map") > 0

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    11% (4)
  • C
    81% (29)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full FM0-308 Practice