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
C-16 FileMaker Pro User’s Guide
Status functions
You can use status functions in ScriptMaker scripts to monitor the state
of your database. When creating a calculation using a status function,
choose Status functions from the drop-down list above the function list,
then double click the status function you want from the function list. For
examples of scripts that use status functions, see “Displaying
customized layouts” on page 5-25 and FileMaker Pro Help.
Syntax Definition
Status (CurrentAppVersion) Returns the FileMaker Pro version currently in use
Status (CurrentDate) Returns the current date
Status (CurrentError) Returns a number for the current error value. Use
Status (CurrentError) to check error results when
FileMaker Pro performs a script. (See “Control
steps” on page 5-4.)
Status (CurrentFieldName) Returns the name of the current field
Status (CurrentFileName) Returns the name of the current file
Status (CurrentFileSize) Returns the size (in bytes) of the current file
Status (CurrentFoundCount) Returns the number of records in the current
found set
Status (CurrentGroup) Returns the group (or groups) that the current user
is a member of, based on the current password
Status (CurrentHostName) Returns the host name FileMaker Pro registers on
the network
Status (CurrentLanguage) Returns the current language set on the
current system
Status (CurrentLayoutCount) Returns the number of layouts in the database
Status (CurrentLayoutName) Returns the name of the current layout
Status (CurrentLayoutNumber) Returns the number of the current layout
Status (CurrentMessageChoice) Returns a number corresponding to the button
clicked in an alert message displayed using the
Show Message step in a script. Returns 1 for OK, 2
for Cancel, and 3 for the third defined button. (See
“Miscellaneous steps” on page 5-10.)
Status (CurrentMode) Returns a number for the FileMaker Pro mode in
use when the calculation is performed. Returns 0
for Browse mode, 1 for Find mode, or 2 for
Preview mode.