Verified By IT Certified Experts
CertsTopics.com Certified Safe Files
Up-To-Date Exam Study Material
99.5% High Success Pass Rate
100% Accurate Answers
Instant Downloads
Exam Questions And Answers PDF
Try Demo Before You Buy

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?
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.)
Which two statements are true of a FileMaker Pro 8 database? (Choose two.)