Re: [fpc-pascal] TBufDataSet: ApplyUpdates

2012-05-03 Thread Marcos Douglas
On Thu, May 3, 2012 at 1:01 PM, Sven Barth wrote: > On 03.05.2012 15:40, Marcos Douglas wrote: >> >> On Thu, May 3, 2012 at 10:01 AM, LacaK  wrote: >>> >>> Marcos Douglas  wrote / napísal(a): >>> >>> On Thu, May 3, 2012 at 2:52 AM, LacaK  wrote: >>> >>> >>> I saw the TBufDataSet.ApplyUpdates and i

Re: [fpc-pascal] TBufDataSet: ApplyUpdates

2012-05-03 Thread Sven Barth
On 03.05.2012 15:40, Marcos Douglas wrote: On Thu, May 3, 2012 at 10:01 AM, LacaK wrote: Marcos Douglas wrote / napísal(a): On Thu, May 3, 2012 at 2:52 AM, LacaK wrote: I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate. The ApplyRecUpdate just raises an exception... Yes it

Re: [fpc-pascal] TBufDataSet: ApplyUpdates

2012-05-03 Thread Marcos Douglas
On Thu, May 3, 2012 at 10:01 AM, LacaK wrote: > Marcos Douglas  wrote / napísal(a): > > On Thu, May 3, 2012 at 2:52 AM, LacaK wrote: > > > I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate. > The ApplyRecUpdate just raises an exception... > > > > Yes it is virtual method, which can b

Re: [fpc-pascal] TBufDataSet: ApplyUpdates

2012-05-03 Thread LacaK
Marcos Douglas wrote / napísal(a): On Thu, May 3, 2012 at 2:52 AM, LacaK wrote: I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate. The ApplyRecUpdate just raises an exception... Yes it is virtual method, which can be overriden by descendants There is some imple

Re: [fpc-pascal] TBufDataSet: ApplyUpdates

2012-05-03 Thread Marcos Douglas
On Thu, May 3, 2012 at 2:52 AM, LacaK wrote: > >> >> I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate. >> The ApplyRecUpdate just raises an exception... >> > > Yes it is virtual method, which can be overriden by descendants > > >> There is some implementation, in some place, to work

Re: [fpc-pascal] TBufDataSet: ApplyUpdates

2012-05-02 Thread LacaK
I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate. The ApplyRecUpdate just raises an exception... Yes it is virtual method, which can be overriden by descendants There is some implementation, in some place, to work with ApplyUpdates (like a Delphi's TClientDataSet)? Yes,

[fpc-pascal] TBufDataSet: ApplyUpdates

2012-05-02 Thread Marcos Douglas
Hi, I saw the TBufDataSet.ApplyUpdates and it calls ApplyRecUpdate. The ApplyRecUpdate just raises an exception... There is some implementation, in some place, to work with ApplyUpdates (like a Delphi's TClientDataSet)? Thanks Marcos Douglas ___ fpc-pa