Subject Re: [IBO] More errors with tutorials
Author Helen Borrie
At 06:22 PM 6/04/2005 +0200, you wrote:

>The examples using T_IBConnections give the following errors when running:
>
>Property LoginAbortedShowMessage does not exist

Strange, I don't remember there ever being such a property. There is
LoginAborted, a Boolean, that gets set true if the user hits Cancel in the
login dialog...typically you would read this in an OnConnect handler and
show a message such as "Login was aborted by user" if it is set
true. Maybe there is a project-specific inherited property there somewhere
that was designed to do this.


>If I set that property to true then it seems to disappear. It this the
>solution?

Probably not. Normally, if you don't handle the "user abort" case you get
a rather messy situation at login.

Which projects are displaying this problem/error?

Helen