New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

FileMaker FM0-302 - FileMaker8 Developer Essentials Exam

Page: 2 / 4
Total 120 questions

Which two privileges are needed for a non [Full Access] privilege set to allow the creation and modification of new layouts in a FileMaker Pro 8 database? (Choose two.)

A.

Design layouts is checked in the Edit Account dialog.

B.

[Any New Layout] layout privileges are set to modifiable.

C.

Allow creation of new layouts is checked in the Edit Account dialog.

D.

Allow creation of new layouts is checked in the Custom Layout Privileges dialog.

Click the Task button.

Place each specification next to its definition for FileMaker Server 8 Advanced (Windows OS).

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.

A.

You perform a script that includes Go to Field [ ] targeting one of the fields on the Phones tab.

B.

You perform a script that includes Go to Tab [ ] targeting the Phones tab and one of the fields in the tab.

C.

You use the Tab key until the Tab Control becomes active, then navigate to Phones using Arrow keys and press the Space bar. This works only if the Tab Control is included in the layout's Tab Order.

D.

You use the Tab key until the Tab Control becomes active, then navigate to Phones using Arrow keys and press the Space bar. This works only if at least one field in the Phones tab is included in the layout's Tab Order.

A number field in FileMaker Pro 8 called AmountPaid is set to auto-enter the following formula:

Case (

AmountPaid > AmountDue;

TextColor (AmountPaid ; RGB (0; 255 ; 0));

AmountPaid > 0 ;

TextColor (AmountPaid ; RGB (255 ; 0 ; 0));

AmountPaid

)

The Do not replace existing value of field (if any) option is unchecked.

Which statement is true?

A.

The calculation will only be evaluated the first time a value is entered into AmountPaid.

B.

A user will not be able to manually edit the field once the calculation has been evaluated.

C.

If the value in the AmountDue field is changed, the AmountPaid field will be re-evaluated.

D.

The calculation will prevent a user from entering an incorrect value into the AmountPaid field.

What is a valid way of adding comments inside a calculation formula in FileMaker Pro 8 database?

A.

# Comment Here

B.

/* Comment Here */

C.

<* Comment Here *>

D.

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.

What is the result of the following formula?

Substitute("Abcd"; ["a";"b"];["b";"a"];["c";"d"];["d";"c"])

A.

badc

B.

bacc

C.

Aadc

D.

Aacc

Given the formula:

Filter ( "Computer Science 201"; "0123456789" )

What is the result?

A.

012

B.

201

C.

Computer Science

D.

Computer Science 012

E.

seventeen spaces followed by 201

Given the following formula:

Date (

Month ( Get ( CurrentDate ) ) + 1;

1;

Year ( Get ( CurrentDate ) )

) - 1

What is the result?

A.

the last day of the next month

B.

the first day of the next month

C.

the last day of the current month

D.

the first day of the current month

A layout showing records from a People table has the Save record changes automatically checkbox disabled in the Layout Setup dialog. Which two actions cause FileMaker Pro 8 to display a dialog asking whether or not you want to save changes to the current record? (Choose two.)

A.

importing records into the People table

B.

editing a field value on the layout and attempting to commit the record

C.

running a script that navigates to that layout, changes a field value, and performs a Commit Records/Requests[No Dialog] script step

D.

running a script that navigates to that layout, changes a field value, and performs a Commit Records/Requests[Skip data entry validation] script step