Subject | RE: [IBO] IBD_Login question |
---|---|
Author | Alan McDonald |
Post date | 2003-04-22T05:07:51Z |
> >procedure TdmMyDm.cn1BeforeConnect(Sender: TIB_Connection);Funny, but before connected gets called before the login dialog comes up, so
> >begin
> > // if LoginAborted then
>
> if Sender.LoginAborted then
>
> > begin
> > ShowMessage('Login cancelled'); // only if you want to
> give feedback
> > Sysutils.Abort;
> > end
> > else
> > inherited;
> >end;
cacellation does occur here
Alan