Click the Exhibit button.
You run the following script from a layout assigned to the table occurrence Teachers:
Go to Related Record [Show only related records; From table: "Enrollment";
Using layout: "Enrollment" (Enrollment)]
Assuming there are matching records in all tables, what is the found set when the script completes?
Which type of file results from converting a CDML format file using the FileMaker CDML Converter?
A script saves a group of records as a PDF. The resulting file needs to be saved on a user's desktop and the filename must contain that person's name along with the current date (without additional user input). Which technique accomplishes this?
Given the formula:
Choose( Qty / 100; 0; 2; 4; 6; 8 )
If the field Qty contains the value 250, what is the result?
Click the Exhibit button.
Given a layout including the Tab Control shown in the exhibit, what are two valid methods to navigate to the Phones tab? (Choose two.) Note: None of the contents of the Phones tab exist anywhere else on the layout.
Which two can be used to import data into a FileMaker Pro 8 file directly from FileMaker Pro 6, without first having to export the data from FileMaker Pro 6? (Choose two.)
While in a FileMaker Pro 8 database on a layout based on the Customer table occurrence, the following script is run:
Show All Records
Go to Record/Request/Page [First]
Loop
If [Customer::Category <> "A"}
Omit Record
Else
Go to Record/Request/Page [Next; Exit after last]
End If
Exit Loop If [Get ( FoundCount )= 0]]
End Loop
After the script stops running, which two statements are true? (Choose two.)
What is a valid way of adding comments inside a calculation formula in FileMaker Pro 8 database?
Which two statements are true regarding the use of plug-ins? (Choose two.)
Given a new privilege set in a FileMaker Pro 8 database, which two extended privileges can be enabled to enable an external application to connect to the database? (Choose two.)