Subject | Re: A new try to explain better the topic - [IBO] TIBOQuery.Edit would must to call always AfterPost with Next call |
---|---|
Author | Jason Wharton |
Post date | 2002-01-01T18:07:31Z |
You described expected behavior.
If nothing is changed "CheckBrowseMode" will cancel the operation.
You need to do something to cause the row to be flagged as changed.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
If nothing is changed "CheckBrowseMode" will cancel the operation.
You need to do something to cause the row to be flagged as changed.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Miguel" <miguel@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, December 24, 2001 7:36 PM
Subject: Re: A new try to explain better the topic - [IBO] TIBOQuery.Edit
would must to call always AfterPost with Next call
> Jason, the master dataset is in edit state without any field changed and I
> move to the next record and after post isn't called. If I modify any
field,
> by example masterdataset.fields[0].value:=masterdataset.fields[0].value
and
> I move to the next record the after post is called.
>
> Any solution?
>
> Thank you Jason!