Subject Re: [IBO] Display custom "xxx is a required field" message
Author Pirtea Calin
"mircostange" wrote:
> 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@...