Subject | Re: [IBO] Refresh the Current Record |
---|---|
Author | Jason Wharton |
Post date | 2001-01-02T16:05:53Z |
Peleg,
Set the BufferSynchroFlags property so that when it posts it will get the
new version of the record from the server.
If you are doing an insert then you have to make sure that you provide the
value for the key prior to posting the insert and not in a trigger.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
> Hello Allcondition:
> My name is koby and i am working with ibo ver 3ba.
> My question is if there is a way to refresh single record under this
> 1.i use TIBOQuery not IB_OQuery"InvalidateRowNum" function ?
> 2.my record did not commit yet but did post to the database.
> 3.how can i find the record id or the RowNum for using the
Set the BufferSynchroFlags property so that when it posts it will get the
new version of the record from the server.
If you are doing an insert then you have to make sure that you provide the
value for the key prior to posting the insert and not in a trigger.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com