Jump to content

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

Recommended Posts

Posted

I have been getting up to speed to use IWP on Filemaker pro 7 using macs. The result is a site for our business admin that works well. However, apart from setting the priviliges to log out on idle how can you give a user on the web a log out option.

Posted

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.

Posted

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

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