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?
Which two statements are true of a FileMaker Pro 8 database? (Choose two.)
If x = 123.123, which three statements are true? (Choose three.)
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.)
Given a FileMaker Pro 8 database with this script:
Perform Find [Restore]
#Find restores criteria: Customer::City: [XXXX]
Refresh Window
If [Get ( LastError )]
Show Custom Dialog ["No records found"; "No records matched your find criteria."]
End If
Which two statements are true if there are no records where the Customer::City field contains "XXXX"? (Choose two.)
Given a table, Table A in File A; which permissions allow access to data in Table A from another file, File B?
FileMaker Pro 8 allows five (5) failed login attempts before halting the re-login process. What are two ways this behavior can be altered? (Choose two.)
Consider two files, Alpha and Beta, where tables from Beta are included in the Relationships Graph of Alpha as external table occurrences. What are two ways to rename Beta while preserving all functionality in Alpha? (Choose two.)
When FileMaker Server 8 is set to Secure connections to FileMaker Server, which two statements are true? (Choose two.)
A file has two layouts, Form and List. Form uses the [File Default] Menu Set. List uses a Custom Menu Set called List Menu.
The file default is set to [Standard FileMaker Menus]. The file has two scripts. Script A installs the Custom Menu Set List Menu. Script B installs the same Menu Set, but also includes the Use As File Default option.
If you are on the List layout, which statement is true?
When manually importing data into a field that has a validation rule in FileMaker Pro 8, which statement is true?
Given the formula:
Choose( Qty / 100; 0; 2; 4; 6; 8 )
If the field Qty contains the value 250, what is the result?
Given a custom function created in FileMaker Pro 8 Advanced called "MyFunction" with a single parameter "Number" defined as:
If (
Number = 0 ;
Number ;
Number & ", " & MyFunction ( Number - 1 )
)
What is the result of MyFunction ( -3 )?
Which two statements are true regarding the use of plug-ins? (Choose two.)
Click the Exhibit button.
You have a FileMaker Pro 8 layout based on the table occurrence Classes and you have a portal showing records from the table occurrence Students.
If you place the field Teachers::Name into the portal, the result is _____.
How would you configure a database so that users will not be prompted for a username and password when accessing the database via Instant Web Publishing?
A field in FileMaker Pro 8 has been set to validate Always. Which two actions will trigger validation on that field? (Choose two.)
A FileMaker Pro 8 database has three separate windows open, each with its own found set and sort order. If a new window is opened, what will the new window inherit from the previously active window?