Getting the userlist from the Revelation NLM-Statistics (None Specified)
At 09 NOV 1999 08:45:59AM Bertil Strom wrote:
Hi
Is it possible to get the userlist from the Revelation NLM-Statistics
and show it in a OI-form ?
Regards
/ Bertil Strom
At 09 NOV 1999 10:02AM Stephen S. Revelation wrote:
Bertil,
I'm not sure if it's possible to do that from using the OI form executable NLM_STATS.
However, since the NLM provides for all locking to be done from the server side, anyone logged into the application must be using the NLM. Based on this, you could launch a stored procedure which checks for the 6F's in the file handle (SYSTABLES-]SYSOBJ-]5th line down) and if so, obtain user information (user names and what logged into) from the SYSLOGINS table.
-Stephen