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
Options
- AGet (ActivePanel) = 4
- BGet (TriggerTargetPanel) ="Map"
- CGetValue ( Get (TriggerTargetPanel) ; 1 ) = 4
- DPatternCount ( Get (ActivePanel) ;"Map") > 0
How the community answered
(36 responses)- A3% (1)
- B11% (4)
- C81% (29)
- D6% (2)
Community Discussion
No community discussion yet for this question.
