Subject | Sv: Re: [IBO] TIBOTable AfterPost error |
---|---|
Author | Kurt Bilde |
Post date | 2001-02-03T09:50:05Z |
Hi Jason !
-Kurt
>In my opinion it is understood that the afterpost event is after theThe TTable does not act like the dataset is still in the mode of posting, but maybe some could come up with a workaround for TIBOTable?
>information has been posted to the server but that the dataset is still in
>the mode of posting an edit of some kind.
>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 could solve my problem by a "ForcePosting"-procedure before seting the table in editmode in the .afterpost event..... Is there a procedure that do this?
-Kurt