OnLogOn

OnLogOn

OnLogOn picture event


Declaration

ENTRY OnLogOn(IN TEXT _userName, IN BOOL _bLogOn) ; actions END OnLogOn

Parameters

_userName

Required input parameter. Name of logged on / logged off user.

_bLogOn

Required input parameter.

Description

This entry is activated by a graphic picture after logging on / logging off the user. If the logged on user is changing, first, the entry to log off the current user is generated and then the entry to log on the new user. It is generated only for the graphic pictures that do not close when the user logs off.

The parameter _userName contains a text string that represents the name of logged on / logged off user.

The parameter _bLogOn acquires the value:

  • @TRUE - if the user was logged on

  • @FALSE - if the user was logged off


Related pages:

ENTRY - picture event handler
Active picture events