Category: Get
Syntax: Get ( ApplicationVersion ) |
Parameters: None
Data type returned: Text
Description:
Returns a text string representing the application and version:
Pro (version) for FileMaker Pro. ProAdvanced (version) for FileMaker Advanced. Runtime (version) for FileMaker Runtime. Web (version) for FileMaker Web Client in cases where IWP is being hosted from FileMaker Pro or Pro Advanced. Server (version) for FileMaker Web Server. |
If you have allowed web access to a database, you may want to add conditional tests within some of your scripts so that they will behave differently for web and FileMaker Pro clients. To identify web users, use either of the following formulas:
PatternCount ( Get ( ApplicationVersion ); "Web") Position ( Get ( ApplicationVersion); "Web"; 1; 1)
If either of these return anything other than 0, the user is a web client.
Examples:
Get ( ApplicationVersion )
Returns ProAdvanced 8.0v1 for FileMaker Pro Advanced 8.0v1.
If you add an unstored calculation field that performs Get(ApplicationVersion) to a database, and then extract the data as XML via Custom Web Publishing, you may get
Web Publishing Engine 8.0v1
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information