OracleLogon Execute returns True after Cancel

Roeland

Member³
Hi,

Check this out:
1) In the OracleLogon.Execute screen try to login with some Foolish settings. Just make sure you type at least something.
2) Press OK. => generates an error. Press OK.
3) Now press Cancel in the OracleLogon => The Result is TRUE???
 
The return value indicates that the session state has changed. In this case it is logged off due to the failed logon attempt.

It will return False only when a user immediately presses Cancel (nothing has changed for the session).

You can check Session.Connected to verify that a connection has been successfully established.
 
Back
Top