Reference > Script steps reference > Files script steps > Set Use System Formats
 

Set Use System Formats

Sets the formats either to those stored with the file or to the current system formats.

See also 

Options 

On instructs FileMaker Pro Advanced to use the current system formats.

Off instructs FileMaker Pro Advanced to use the formats saved with the file.

Compatibility 

 

Product 

Supported 

FileMaker Pro Advanced 

Yes 

FileMaker Go 

Yes 

FileMaker WebDirect 

No 

FileMaker Server 

No 

FileMaker Cloud products 

No 

FileMaker Data API 

No 

Custom Web Publishing 

No 

Runtime solution 

Yes 

Originated in 

FileMaker Pro 6.0 or earlier

Description 

Each FileMaker Pro Advanced database file stores the date, time, and number formatting of the computer on which the database was created. These regional settings may be different from the system formats currently set on your computer.

When you use the current system formats, you don't change the formats saved with the file—you simply enter and view data in a format that's familiar to you. For example, if a database was created in Australia, where dates are usually written day-month-year, and you open it in the United States, where dates are usually written month-day-year, FileMaker Pro Advanced alerts you that the system formats are different.

A startup script that uses the Set Use System Formats script step can be used to control how FileMaker Pro Advanced handles date, time, and number formats for a file that has system formats that are different from the current system formats.

Example 1 

Checks the system language before using system formats. Started by the OnFirstWindowOpen script trigger.

If [Get ( SystemLanguage ) = "Japanese"]
Set Use System Formats [On]
End If

Related topics 

Script steps reference (alphabetical list)

Script steps reference (category list)