Subject | Re: [IBO] More errors with tutorials |
---|---|
Author | Helen Borrie |
Post date | 2005-04-06T23:08:45Z |
At 06:22 PM 6/04/2005 +0200, you wrote:
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.
a rather messy situation at login.
Which projects are displaying this problem/error?
Helen
>The examples using T_IBConnections give the following errors when running:Strange, I don't remember there ever being such a property. There is
>
>Property LoginAbortedShowMessage does not exist
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 theProbably not. Normally, if you don't handle the "user abort" case you get
>solution?
a rather messy situation at login.
Which projects are displaying this problem/error?
Helen