RTC Forums

Subscription => Support => Topic started by: Theprasit on April 20, 2017, 10:34:35 PM



Title: Determine if there is any changes in TRtcDataSetMonitor
Post by: Theprasit on April 20, 2017, 10:34:35 PM
Hi Danijel,

I uesd TRtcDataSetMonitor to monitor changes of a DataSet. I want to check whether there are any changes made to a DataSet before user close a form.
I notice that TRtcDataSetRecorder has a "Changed" method to check but TRtcDataSetMonitor has not.

Is it possible to have "Changed" method for TRtcDataSetMonitor or any method to detect the changed?

Regards,

Theprasit


Title: Re: Determine if there is any changes in TRtcDataSetMonitor
Post by: D.Tkalcec (RTC) on April 21, 2017, 07:18:22 AM
Fixed in RTC SDK v8.00 rc15 (just released). Now, the "TRtcDataSetMonitor" component also has a "Changed" method, returning TRUE if monitored DataSet was changed since the last use of "ExtractChanges".

Best Regards,
Danijel Tkalcec


Title: Re: Determine if there is any changes in TRtcDataSetMonitor
Post by: Theprasit on April 21, 2017, 07:33:07 AM
That's super fast response!

I'm not using V.8 right now, will wait till final stable release. I have to change and fix some code to reflect new version.

Very much thank you and Best Regards,

Theprasit