Jump to content

Logging Out


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

Recommended Posts

You use the exit application script step, and attach it you a button on your IWP layout. Your users will also have to quit the browser to clear their passwords from the browser cache. There is no good way to force the password to be cleared using IWP right now.

Link to comment
Share on other sites

The following script steps work this way: a FileMaker client closes the file (but doesn't quit the app) and an IWP client closes the database and returns to the IWP home page:

If( [PatternCount(Get (ApplicationVersion) ; "Web")]

Exit Application

Else

Close File [Current File]

End If

Link to comment
Share on other sites

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