U.M. (Mac OS)
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
- Index
Using ScriptMaker and buttons 5-27
9. If you are changing an existing script and the Script Settings dialog
box appears, select options, and then click OK.
See step 6 on page 5-17.
10.Click Done.
Choosing an Apple event to send
When you add the Send Apple Event step to a script, you choose an
event in the Specify Apple event dialog box. The following table
explains the options.
Choose FileMaker Help Index from the or Help menu, and then type:
E Apple events
To Do this
Open the target application Choose open application. In the Open File dialog box, confirm
the target application you selected in step 5 in “Defining a
script to send Apple events” on page 5-26, or select a different
application. Click Open.
Open a file Choose open document.
1 To open the same file each time FileMaker Pro sends the
event, click Document, and then click Specify File. In the
Open File dialog box, select a file, and then click Open.
1 To open a file using a pathname that’s stored in a field in the
current record, click Field value, and then click Specify Field.
In the Specify Field dialog box, select a field on the current
layout, and then click OK.
1 To open a file by specifying a path to the file, click Script text
and type a path in the text box. (For example, HD:Database
folder:Database file.) This option opens the same file each
time FileMaker Pro sends the event.
Perform a script in the target
application
Choose do script. The target application must support the do
script event.
1 To specify the file that contains the script, click Document,
and then click Specify File. In the Open File dialog box, select
a file and then click Open.
1 To perform a script that’s stored in a field in the current
record, click Field value, and then click Specify Field. In the
Specify Field dialog box, select a field on the current layout.
(The field can contain a complete script or a script name
depending on how the target application supports the do
script event.) Click OK.
1 To send a script with the event, click Script text and type
script commands or a script name in the text box. The script
must be written in the target application’s scripting
language, not AppleScript. This option sends the same
script each time FileMaker Pro sends the event.
?