Login event

Occurs when a user logs on.
Syntax
Application
_
Login
(
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 on.
Remarks
  • When testing the animation of displays in the Graphics editor, this event does not fire because users cannot log on while testing a display.
  • A Login event is only received by VBA if a display is open. This means that the event is not fired when a user is logged on during a FactoryTalk View SE Client startup because Login happens before a display is opened.
  • A Login event will fire when the user logs on using the Login command, because the current display remains open.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal