Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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.)

A.

All customer records in Category A are omitted.

B.

If there are no Category A records, the found set is 0.

C.

All customer records in Category A are in a found set.

D.

If there are no Category A records, the found set is all records.

A field in FileMaker Pro 8 has been set to validate Always. Which two actions will trigger validation on that field? (Choose two.)

A.

importing data into that field

B.

making a change to the field's data type

C.

editing data in the field using Instant Web Publishing

D.

clicking into the field, then immediately exiting the field

Which three techniques can be used to safely back up files hosted on FileMaker Server 8 while clients are accessing data? (Choose three.)

A.

Copy to a remote hard drive.

B.

Use the Save a Copy As command.

C.

Use an OS script to pause and copy files.

D.

Trigger a "Live" backup from a command line.

E.

Use a "Live" backup scheduled in the FileMaker Server 8 Task Scheduling assistant.

Which statement is true?

A.

One FileMaker 8 Server may provide data to multiple Web Publishing Engines at one time.

B.

One Web Publishing Engine may draw data directly from multiple FileMaker 8 Servers at one time.

C.

A Custom Web Publishing application can integrate data from multiple Web Publishing Engines at one time.

D.

A Custom Web Publishing application can be load-balanced using multiple Web servers connected to a single FileMaker 8 Server.

Which three script steps in a FileMaker Pro 8 database may fail if another user is editing the record on which the script is operating? (Choose three.)

A.

Copy [ ]

B.

Paste [ ]

C.

Set Field [ ]

D.

Set Selection [ ]

E.

Relookup Field Content [ ]

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?

A.

No records will be shown.

B.

the enrollment records for the first class for the current teacher record

C.

the enrollment records for all the classes for the current teacher record

D.

the enrollment records for the first class for all teacher records in the found set in Teachers

Click the Exhibit button

Consider a FileMaker Pro 8 database with two tables called Salesperson and Order, and a relationship between the two tables based on a SalespersonID field. The relationship is configured as shown in the exhibit. There is a layout called Salesperson Detail, based on the Salesperson table occurrence, with a portal showing Order records via the above relationship.

Which three statements are true? (Choose three.)

A.

Deleting a Salesperson record also deletes all related Order records.

B.

It is possible to create new Salesperson records by importing data into the Order table.

C.

It is possible to create a new Salesperson record using a Set Field [ ] script step in a script that runs in the context of the Order table occurrence.

D.

Users may create new Order records by entering data into the portal on the Salesperson Detail layout.

E.

It is possible to create a new Salesperson record by typing into a related salesperson field displayed on a layout that is based on the Order table occurrence.

In a FileMaker Pro 8 database, which two functions can be used to return error codes for use in your formulas? (Choose two.)

A.

Get(LastError)

B.

Get(CurrentError)

C.

EvaluationError()

D.

Status(CurrentError)

A field in FileMaker Pro 8 has been set to validate Always. Which two actions will trigger validation on that field? (Choose two.)

A.

importing data into that field

B.

making a change to the field's data type

C.

editing data in the field using Instant Web Publishing

D.

clicking into the field, then immediately exiting the field

Which two statements are true regarding the behavior of windows in FileMaker Pro 8 when using Custom Menus? (Choose two.)

A.

Different windows in the same file can have a different menu set.

B.

The ability to open a new window from the menu may not be removed by using a Custom Menu set.

C.

A new window created using File Menu: Window > New Window will inherit the current active Menu set.

D.

Closing all file windows without quitting the FileMaker Pro 8 application will keep the last active Custom Menu set until the application is quit.