passcert fm0-304 exam dumps

10.11.09 / FileMaker / Author: admin / Comments: (0)
Tags:

testpassport just got the latest fm0-304 exam dumps,Now I will show you some pd1-001 exam real questions,It will helpful for you.

A table in a FileMaker Pro 10 database has a field CompanyName of type Text. The following field
validation options are set for this field:
Validate data in this field only during data entry
Allow user to override during data entry
Require not empty
Display custom message if validation fails
A user imports a set of records into this table. Some records have no value in the CompanyName field.
What will occur?
A. All of the records will be imported. No error message will be displayed.
B. All of the records will be imported. The user will also see the custom error message.
C. None of the records will be imported. The user will also see the specified custom error message.
D. All records with a value for CompanyName will be imported. The user will also see the specified custom
error message.
E. All records with a value for CompanyName will be imported. The user will see an error dialog from the
FileMaker Pro application stating that some records could not be imported due to errors, along with a count
of those records.
Answer: A

Given the following formula:
Case (
PatternCount (Name ; ” ” ) > 2 ; RightWords (Name ; 2) ;
Position (Name ; ” ” ; 1 ; 1 ) > 0 ; LeftWords (Name ; 2) ;
MiddleWords (Name ; 2 ; 2)
)
If the field Name contains “John Q. Adams”, what will the formula return?
A. John Q
B. John Q.
C. Q Adams
D. Q. Adams
Answer: A