August 2, 200520 yr I think I'm missing something simple here. I'm trying to identify if a user logs in via a desktop or the Internet so I can direct them to the appropriate layout via a login script. I would swear there is a function for this but can't find it!!! Any help? Thanks in advance.
August 2, 200520 yr Jeff-> This If statement catches Web users vs FileMaker Client users: If [PatternCount ( Get ( ApplicationVersion ) ; "Web" )]
Create an account or sign in to comment