KB-27496: Closing E3Viewer when login fails.

Question:

How can I set up the E3Viewer to close in case of a failed login attempt?

Solution:

To do so, write a script to check the value returned by Login command. If it returns FALSE, use E3 Viewer’s Exit() method to close it.

Example:

IF Application.Login(TRUE) = FALSE then
Application.Exit()
END IF
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *