Subject Before Post on TIBOTable
Author Lauren Kinkead
It doesn't appear this event handler is getting called. I have a TIBOTable and have setup the following code on the BeforePost Event:

if tblHistoryCompanyRate.FieldByName('RATE_FAMILY').value = NULL then
begin
showMessage('Family Rate must be set before Posting');
Abort
end;

I set a breakpoint and it never gets there. Additionally, I traced the program and it's going straight to TIBODataset.Post. Is this a known problem or am I doing something stupid?

Thanks,
Lauren Kinkead




[Non-text portions of this message have been removed]