Jump to content

Iwp login script question


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

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 5282 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.