Logout event
Occurs when a user logs off.
Syntax
Application
_Logout
(ByVal
UserName
As String
)where
Application
– is the name of a FactoryTalk View SE Client Application object variable that was dimensioned using the WithEvents keyword.UserName
– is the name of the user that logged off.Remarks
- When testing the animation in displays in the Graphics editor, this event does not fire because users cannot log off while testing a display.
- A Logout event is only received by VBA if a display is open. This means that the event is not fired when a user is logged off using the Logout command, because this command closes all displays.
- A Logout event will fire when the user logs off while another user is logging on using the Login command, because the current display remains open.
Provide Feedback