Continue after TOraSession.OnError
Posted: Thu 13 Jul 2006 16:25
I am working on a project, where a user should be able to check the login details by clicking a button.
To do that, I use the TOraSession.Connect() and use the OnError to report the possible problem.
However the application does not continue the program where it left off e.g. after the connect().
My intention was to check TOraSession->Connected and depending on that do some more processing.
Is it possible to tell the TOraSession OnError to continue where it left of?
To do that, I use the TOraSession.Connect() and use the OnError to report the possible problem.
However the application does not continue the program where it left off e.g. after the connect().
My intention was to check TOraSession->Connected and depending on that do some more processing.
Is it possible to tell the TOraSession OnError to continue where it left of?