FM0-308 Developer Essentials for FileMaker 13

Loading demo links...

Showing 1–3 of 10 questions

Question 1

A layout has a script trigger assigned to activate OnRecordCommit and a field on the same layout with script triggers assigned to activate on OnObjectSave, OnObjectExit and OnObjectValidate. The field is modified and the user exits the field without navigating to another object on the layout.

In which order will the script triggers activate?

Select and Place:

C:\Documents and Settings\David\Desktop\1.jpg

Answer is in the explanation below.

Question 2

Given a FileMaker 13 solution with the following script:

C:\Documents and Settings\David\Desktop\1.jpg

Which two statements are true if there are no records where the Customer: :Name field contains "Smith"? (Choose two.)

Select all that apply, then click Submit answer.

  • Unless a Set Error Capture [On] step is added at the beginning of the script, Get (LastError) will not return an error value.

  • Adding a Set Error Capture [On] step to the beginning of the script will cause the script to exit after the custom dialog displays its error message.

  • Adding a Set Error Capture [On] step to the beginning of the script has no effect on whether or not the custom dialog displays its error message.

  • Adding a Set Error Capture [On] step to the beginning of the script will suppress the default FileMaker error stating that no records match this set of find requests.

Question 3

Which two functions should be used with a script trigger to detect when a user types a backspace character in a field? (Choose Two)

Select all that apply, then click Submit answer.

  • Char

  • Code

  • GetLastKeystroke

  • Get (TriggerKeystroke)

  • GetLayoutObjectAttribute