User manual
Table Of Contents
- Preface Learning how to use FileMakerPro
- Chapter 1 FileMaker Pro basics
- Chapter 2 Adding and viewing data
- Chapter 3 Finding and sorting information
- Finding records
- Finding text and characters
- Finding exact matches in text fields
- Finding numbers, dates, and times
- Finding ranges of information
- Finding data in related fields
- Finding records that match multiple criteria
- Finding empty or non-empty fields
- Finding duplicates
- Finding all records except those matching criteria
- Hiding records from a found set and viewing hidden records
- Viewing, repeating, or changing the last find
- Sorting records
- Finding records
- Chapter 4 Previewing and printing information
- Chapter 5 Creating a database
- Chapter 6 Creating and managing layouts and reports
- Chapter 7 Customizing layouts
- Chapter 8 Working with related files
- Chapter 9 Protecting databases with passwords and groups
- Chapter 10 Creating scripts to automate tasks
- About scripts
- Creating scripts: an overview
- About ScriptMaker steps
- Control script steps
- Navigation script steps
- Sort, find, and print script steps
- Editing script steps
- Fields script steps
- Records script steps
- Windows script steps
- Files script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
- Changing scripts
- Duplicating, renaming, or deleting scripts
- Importing scripts
- Listing scripts in the Scripts menu
- Using buttons with scripts
- Example of a ScriptMaker script
- Chapter 11 Using formulas and functions
- Chapter 12 Importing and exporting data
- Chapter 13 Sharing databases on a network
- Chapter 14 Publishing databases on the Web
- About publishing databases on the Web
- How users work with databases on the Web
- What you need to publish databasesontheWeb
- Publishing databases on the Web: an overview
- Enabling FileMaker Pro Web Companion
- Configuring FileMaker Pro WebCompanion
- Enabling Web Companion sharing
- Setting up browser views
- Testing your published database
- About browser views for web publishing
- Chapter 15 Using ODBC with FileMakerPro
- Appendix A Customizing FileMaker Pro
- Appendix B Backing up and recovering files
- Appendix C FileMaker Pro Quick Reference (Windows)
- Appendix D FileMaker Pro Quick Reference (Mac OS)
- Index
5-10 FileMaker Pro User’s Guide
3. In the Options for Field dialog box, click the Validation tab and
select options.
To verify that the entered value Do this
Contains only numbers Select Strict data type, then choose
Numeric Only from the list.
Is a date containing numeric values Select Strict data type, then choose
for the month and day, and four digits 4-Digit Year Date from the list.
for the year (for example,
5/12/2004)
Is a time containing numeric values Select Strict data type, then choose Time
for hours and minutes between 00:00 of Day from the list.
and 23:59 (seconds are optional)
Is not empty, or that the value is Select Not empty, Unique, or Existing.
unique or already existing in the file
(FileMaker Pro ignores capitalization
and punctuation)
Matches a value in a specified value Select Member of value list, then choose
list an existing value list or define a new
one. (See “Defining a list of values for
data entry” on page 7-3.)
Falls within the range you specify Select In range, then type a starting
value and ending value.
Matches the result of a calculation Select Validation by calculation, define a
formula in the Specify Calculation
dialog box, then click OK.
The result must be Boolean—“true” or
“false,” “yes” or “no,” and so on. The
result is false when the result is 0 or null
(empty); otherwise the result is true.
For information about the Specify
Calculation dialog box, see “Defining
calculation fields” on page 5-5.
Click Validation
Select validation
options for the field
4. Specify how FileMaker Pro handles an invalid entry.
To Select
Prevent users from entering invalid data Strict: Do not allow user to override
(users must correct the data before moving validation
out of the record)
Display a custom message when the data Display custom message if validation
doesn’t meet the validation requirements fails, then type up to 255 characters
5. Click OK to close the Options for Field dialog box, then click Done.
For more information about validating fields, choose Help menu >
Contents and Index, click the Index tab, and type validating data.