FM0-302 FileMaker8 Developer Essentials Exam

Loading demo links...

Showing 7–9 of 10 questions

Question 7 (Topic 0, A)

Which type of file results from converting a CDML format file using the FileMaker CDML

Converter?

Select an option, then click Submit answer.

  • XSL style sheet

  • CSS style sheet

  • HTML document

  • XHTML document


Question 8 (Topic 0, A)

Consider a FileMaker Pro 8 database hosted by FileMaker Server 8. Two users, A and B, are accessing the database at the same time, and both are viewing records with the same layout. User A runs a script that loops through a found set, changing data in each record.

Which statement is true?

Select an option, then click Submit answer.

  • User B may see changes to record data resulting from User A's script before the script completes.

  • User B will not see any changes to record data resulting from User A's script until the loop in the script ends.

  • User B will not see any changes to record data resulting from User A's script until the script completes in its entirety.

  • User B will only see changes to data resulting from User A's script if the script contains a
    Commit Records/Requests [ ] script step.


Question 9 (B)

Given the following formula:

Let ( myCalc = "6 * 3" ; Evaluate (myCalc))

Which value will be returned?

Select an option, then click Submit answer.

  • 0

  • 1

  • 18

  • 6 * 3

  • myCalc