Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 4499 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is there a calculation to know if the user is entering via web publishing or by the host computer. I am using Supercontainer and if the user logs in via web publishing then the calculation will include the WAN IP address of my router, but if I am logging in locally, then the IP address must be my local host?

Thanks so much

Posted

The Get(ApplicationVersion) function will return "Pro" or "Pro Advanced" and the version number if the user logs on with FileMaker, and "Web" or"Web Publishing Engine" and version number if logged in from the web.

So you can use PatternCount(Get(ApplicationVersion); "Web") in your calc.

Posted

I just created my calc, but it hasn't worked. I tested it by creating a test field just with the calc;

Get(ApplicationVersion) and it always returned 'ProAdvanced 11.0v2', even when i logged on from an internet browser or a friend logged on from his browser across the world. Mmmm, where am I going wrong?

Thanks so much.

This topic is 4499 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.