colinbythesea Posted August 16, 2005 Posted August 16, 2005 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.
Reed Posted August 16, 2005 Posted August 16, 2005 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.
CyborgSam Posted August 16, 2005 Posted August 16, 2005 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
Recommended Posts
This topic is 7307 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 accountSign in
Already have an account? Sign in here.
Sign In Now