[Lazarus] MSSQL howto catch a TMSSQLConnection Error without Messagebox?
Mattias Gaertner
nc-gaertnma at netcologne.de
Wed Jan 27 16:12:55 CET 2021
On Wed, 27 Jan 2021 16:02:40 +0100 (CET)
Michael Van Canneyt via lazarus <lazarus at lists.lazarus-ide.org> wrote:
> If you don't do a re-raise, I don't understand where the dialog box
> comes from, since you're catching all exceptions...
Maybe
try
xxxxxxxx(IsOk);
except
end;
The xxxxxxx contains a ShowModal?
Mattias
More information about the lazarus
mailing list