Functions Reference

Table Of Contents
If there are multiple windows open in the current database file, each window can have its
own found count value, but results are returned for only the foreground window.
Notes
If you specify the context for the current calculation, this function will be evaluated
based on that context; otherwise, it will be evaluated based on the context of the
current window.
See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 7 when there are 7 records in the current found set.
Get(HighContrastColor)
Format
Get(HighContrastColor)
Parameter
None
Data type returned
text
Description
Windows: returns the name of the current high contrast default color scheme. Returns an
empty value (null) if Use High Contrast is unavailable, inactive, or if the function is used
on the Mac OS.
See FileMaker Pro help for information about running scripts
in client/server and
peer-to-peer environments.
Example
Returns “High Contrast White (large)” when the Use High Contrast option in Windows
2000 is active and Black on white is selected.
Get(HighContrastState)
Format
Get(HighContrastState)
Parameter
None