September 28, 201114 yr Newbies I know this is easy but I can't find it anywhere. I am writing a script that needs to say: If accessing through IWP do this but if accessing through remote do this. How do I write it? Thanks in advance!
September 29, 201114 yr Something like this may work for you ( you'll probably need to add some error traps or add some conditions to fit your needs ): If [ LeftWords ( Get ( ApplicationVersion ) ; 2 ) = "FileMaker Web" ] ...do what you want done for the web user Else ...do something else for the Client versions End If
Create an account or sign in to comment