Subject Re: [IBO] sync befor edit, after edit, afterinsert
Author Ronaldo Rezende Vilela Luiz
Yes, I think that is it. This options are on update section of the form that
appear when I edit a ibo_query.
....
"Geoff Worboys" <geoff@...> escreveu na mensagem
news:3242286437.20020327211141@......
> > How can I use this options? I'm trying to search for it in the helps
> > files but I din't have sucess.
> > Sync Before Edit
> > Sync After Edit
> > Sync AfterInsert
>
> I presume you are talking about the BufferSynchroFlags options...
>
> bsBeforeEdit can be used to ensure that the user attempts to edit the
> latest copy of the record - just in case someone else has altered the
> record making the buffer copy of the record out-of-date.
>
> NOTE: This option will only work with transaction isolation of
> tiCommitted. The other transaction isolations will prevent changes
> made by other users from being visible.
>
> bsAfterEdit and bsAfterInsert should be enabled if you table has After
> update and after insert triggers that alter field values. Turning
> these options on causes IBO to refresh the records from the table
> after posting - to ensure that the trigger applied changes are visible
> to the user.
>
>
> Does this help?
>
> --
> Geoff Worboys
> Telesis Computing
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>