September 18, 200916 yr 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.
September 19, 200916 yr 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.
September 19, 200916 yr Author 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.
Create an account or sign in to comment