This event is fired when the start-up procedure is finished and the application is ready for use (after the user logs in).
None.
|
Return value |
Description |
|
EV_OK |
Normal return. The program continues. |
|
EV_OK_ABORT |
The program terminates. |
|
EV_ERROR |
An error has occurred. The program is closed. |
Use this event if you want to load and start a job from the event handler (LoadJob method). Do not try to load and start a job before this event is fired.
Change settings such as JobFiles in Ehlocal.ini (using WritePrivateProfileString in the Windows API) depending on which user logs in. Then call ReloadPathSettings to update the list.