Subject | Re: [IBO] Display custom "xxx is a required field" message |
---|---|
Author | Pirtea Calin |
Post date | 2002-03-12T09:53:50Z |
"mircostange" wrote:
IB_Query.Post;
except
on e:YourException do begin
Application.MessageBox(...);
// or whatever else
end;
end;
--
Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@...
> Hope someone has a solution that works through the app only.try
>
IB_Query.Post;
except
on e:YourException do begin
Application.MessageBox(...);
// or whatever else
end;
end;
--
Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@...