September 24, 201213 yr 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
September 24, 201213 yr 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.
September 24, 201213 yr Author Great. Exactly what I was looking for. Thanks so much and have a great day
September 24, 201213 yr Author 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.
September 25, 201213 yr Author Ohhhhhhhhhh Man, I can't believe I missed somethign so simple. Yes, that was it. Thanks so much.
Create an account or sign in to comment