August 8, 201015 yr 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
August 8, 201015 yr '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, 201015 yr by Guest
August 8, 201015 yr See: http://www.filemaker.com/11help/html/func_ref2.32.17.html#1028783 http://help.filemaker.com/app/answers/detail/a_id/7734/
August 8, 201015 yr Author Hi there. Thanks for the replies peoples. Between these two functions I should be able to determine the incoming client type/platform. Cheers, Greg
Create an account or sign in to comment