Get(ApplicationVersion)

 <  Day Day Up  >  

Get(ApplicationVersion)

Category: Get

Syntax: Get ( ApplicationVersion )

Parameters: none

Description: Returns a text string representing the application and version:

Pro for FileMaker Pro.

Developer for FileMaker Developer.

Runtime for FileMaker Runtime.

Web Publishing Core for FileMaker Web Client.

Web Publishing Engine for FileMaker Web Server.

Examples:

 

 Get ( ApplicationVersion ) 

Returns Developer 7.0v1 for FileMaker Developer 7.0v1

Comments:

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 , the user is a Web client.

 <  Day Day Up  >  


QUE CORPORATION - Using Filemaker pro X
QUE CORPORATION - Using Filemaker pro X
ISBN: N/A
EAN: N/A
Year: 2003
Pages: 494

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net