August 16, 200520 yr 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.
August 16, 200520 yr 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.
August 16, 200520 yr 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
Create an account or sign in to comment