Kevin Cheesman Posted September 18, 2009 Posted September 18, 2009 Is it possible to have a layout showing what users are logged on to out IWP database. Could it show: Username, login time, what layout they are on etc.
bcooney Posted September 19, 2009 Posted September 19, 2009 You could create an Activities child table to your Users table. Then when each Account logs in, you'd create a "login" activity. Likewise, you could update their "current layout" by adding it to your navigation scripts. Lots of work. This method assumes you have a Users table, and that each user has a unique Account Name.
Kevin Cheesman Posted September 19, 2009 Author Posted September 19, 2009 Thanks for the feedback. When a users IWP session ends, does it execute the "When closing this file" script? Also, there seems to be no log out script step.
bcooney Posted September 19, 2009 Posted September 19, 2009 I don't know. Anyone more familiar with IWP behavior?
Recommended Posts
This topic is 5812 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