FileMaker
FM0-307 · Question #155
The tab control object shown below is configured with an OnTabSwitch 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 (TriggerTargetTabPanel); 1) = 4. FileMaker FM0-307 : Practice Test
Section 4: Calculations
Question
The tab control object shown below is configured with an OnTabSwitch script trigger. Which formula could be used in a conditional test to detect if the user clicked on the "Map" tab panel?
Options
- AGet (ActiveTabPanel) = 4
- BGet (TriggerTargetTabPanel) = "Map"
- CGetValue (Get (TriggerTargetTabPanel); 1) = 4
- DPatternCount (Get (ActiveTabPanel); "Map") > 0
- EGetObjectName (Get (TriggerTargetTabPanel)) = "Map"
How the community answered
(36 responses)- A3% (1)
- B11% (4)
- C75% (27)
- D3% (1)
- E8% (3)
Explanation
FileMaker FM0-307 : Practice Test
Topics
#tab control#OnTabSwitch trigger#Get(TriggerTargetTabPanel)#conditional formula
Community Discussion
No community discussion yet for this question.