Jump to content

This topic is 5625 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is there a way to determine if a user is accessing my database by either iwp or filemaker? Reason is: I would like to only have one user name and password for each of my users. Depending on how my users are accessing the database (either iwp or filemaker)I will use my "opening script" to send them to either my iwp layout or standard layout. Any suggestions?

Posted

Use the Get( ApplicationVersion ) function, it returns "Web (version)" if the use is a web client.

Put this in an If statement in the opening script. It would be something like

If[ PatternCount( Get( ApplicationVersion ) ; "web" ) > 0 ]

#web client

Else

#FMP client

End IF

This topic is 5625 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.