Greg Hains Posted August 8, 2010 Posted August 8, 2010 Hi, If I am going to make pages suitable for FmPro client, browser and iPhone alike, I need to be able to determine what method they are accessing the service - through HTTP, PHP, FmNet. I cannot see where to get this information so I know what layouts the client can use. Anybody help me please? Greg
Matthew F Posted August 8, 2010 Posted August 8, 2010 (edited) 'Get(SystemPlatform)' will return a 3 if the user is using Filemaker Go on an iPhone or iPad. I don't know how to query FM to determine whether the client is using IWP. In a script you might try turning error capture on, and then intentionally issuing a command that will throw an error for IWP clients, and then retrieve the error code with Get(LastError). Edited August 8, 2010 by Guest
comment Posted August 8, 2010 Posted August 8, 2010 See: http://www.filemaker.com/11help/html/func_ref2.32.17.html#1028783 http://help.filemaker.com/app/answers/detail/a_id/7734/
Greg Hains Posted August 8, 2010 Author Posted August 8, 2010 Hi there. Thanks for the replies peoples. Between these two functions I should be able to determine the incoming client type/platform. Cheers, Greg
Recommended Posts
This topic is 5220 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 accountSign in
Already have an account? Sign in here.
Sign In Now