 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Paul Boey Guest
|
Posted: Tue Jul 15, 2003 9:15 am Post subject: How to read the value of RowState in ClientDataSet? |
|
|
Hi all,
I have the following code:
if ClientDataSet1.ChangeCount > 0 then begin
if ClientDataSet2.Active then ClientDataSet2.Close;
ClientDataSet2.Data := ClientDataSet1.Delta;
ClientDataSet2.Open;
end;
How to read the value of RowState in ClientDataSet2 ?
From: Paul
|
|
| Back to top |
|
 |
Dave Rowntree Guest
|
Posted: Tue Jul 15, 2003 9:51 am Post subject: Re: How to read the value of RowState in ClientDataSet? |
|
|
Multi-posted.
Already answered in datasnap.
Please do not cross-post or multi-post. It violates Borland's
newsgroup rules and wastes everone's time. You can read the rules
here:
http://info.borland.com/newsgroups/guide.html#rules
In future, please just pick the one most suitable ng for a posting.
Thank you.
--
Dave Rowntree
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|