Subject Re: [IBO] TIBTable AfterPost error
Author Jason Wharton
What do others think here?

In my opinion it is understood that the afterpost event is after the
information has been posted to the server but that the dataset is still in
the mode of posting an edit of some kind.

If I change this to suit his request, how many things do you think we could
be at risk to negatively impacting. The only thing I can think of is if
someone is using a generic event handler and they need the IsPosting event
to distinguish something.

I am confident that I could make this change but I've been wrong before. All
input here appreciated.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Kurt Bilde" <kub@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, February 02, 2001 5:41 AM
Subject: [IBO] TIBTable AfterPost error


> Hi All !
>
> I do an edit in a tables.AfterPost Event on the table it self. When
posting it, the state doesn't change from dsEdit to dsBrowse. The FIsPosting
is true in the .post procedure, but this should be false in the .afterpost
event.
>
> -Kurt