U.M. (Windows)
Table Of Contents
- Preface: Getting help
- Chapter 1: FileMakerPro basics
- Chapter 2: Creating a database file
- Chapter 3: Laying out and arranging information
- Understanding layouts
- Working with predefined layout types
- Arranging records in columns
- Managing layouts
- Working with layout parts
- Changing layout parts
- Working with all object types
- Working with graphic objects
- Working with fields in a layout
- Adding fields to a layout
- Adding merge fields
- Deleting a field from a layout
- Defining display formats for fields
- Determining data entry in fields
- Setting the tab order for data entry
- Adding scroll bars to fields
- Formatting repeating fields
- Adding borders, fill, and baselines to fields
- Defining value lists
- Formatting fields with value lists
- Working with text
- Chapter 4: Working with information in records
- Working in Browse mode
- Adding data to a file
- Selecting a field for data entry
- Adding and duplicating records
- Entering and changing data in fields
- Working with container fields
- Entering data from a value list
- Viewing and inserting data from another source
- Copying and moving values and records
- Using drag and drop to move information
- Replacing field values
- Working with records
- Finding information
- Deleting records
- Sorting records
- Chapter 5: Using ScriptMaker and buttons
- Chapter 6: Previewing and printing information
- Chapter 7: Networking and access privileges
- Chapter 8: Importing and exporting data
- Chapter 9: Customizing FileMakerPro
- Chapter 10: Using data from related files
- Chapter 11: Publishing files on the Web
- About the World Wide Web
- About FileMaker Pro Web Companion
- Publishing your database on the Web—an overview
- Getting ready to publish your files on the Web
- Setting up FileMaker Pro Web Companion
- Configuring FileMaker Pro Web Companion
- Setting up Instant Web Publishing
- Database security
- Helping Web users find your database
- Custom Web Publishing
- Appendix A: Recovering damaged files
- Appendix B: Working with international files
- Appendix C: Summary of functions
- Appendix D: Linking and embedding objects
- Index
Creating a database file 2-7
For To Do this
Auto Enter Turn off automatically entered data Select Nothing.
Enter the date, time, or user name when the record was last
created or changed
Choose an option from the drop-down list.
Assign a unique, sequential number to the field in each
record
Select Serial number, and then type a starting value (for
example, 1001) and the number to increment by.
Enter the value from the previously accessed record Select Value from previous record.
Enter data you specify Select Data, and then type the data you want, up to 255
characters.
Enter the result of a calculation in the field Select Calculated value, and then define the formula. (See the
note at the end of this section and “Understanding
formulas” on page 2-13.)
Enter a value that’s copied from a field in the same or a
different file
Select Looked-up value, and then define the lookup. (See
“Defining lookups between files” on page 10-11.)
Prevent users from changing an automatically entered
value
Select Prohibit modification of value.
Validation Check that the data is a number, date, or time Select Of type and then choose a type from the drop-down
list.
Check that the field is not empty, or that the value is unique
or already existing in the file
Select Not empty, Unique, or Existing.
Check that the value is in the value list you specify Select Member of value list, and then choose a value list from
the drop-down list, or define a value list. (See “Defining
value lists” on page 3-74.)
Check that the value falls within the range you specify Select In range, and then type a starting value and ending
value for the range.
Check that the value matches the result of a calculation Select Validation by calculation, click Specify, and then define
a formula. The result must be Boolean—“true” or “false,”
“yes” or “no,” and so on. (See “Understanding formulas”
on page 2-13.) The result is false when the result is 0 or null
(empty); otherwise the result is true.
Prevent users from entering invalid data Select Strict: Do not allow user to override validation.
Display a message you specify when the data doesn’t meet
the validation requirements
Select Display custom message if validation fails, and then type
a message (up to 255 characters).