Hi All,
I have problems with Master/Detail with ClientDateSet. I didn't get to configure the details.
I have to use the property DataSource or MasterSource in the Details???
Someone has a tutorial or a example for me??
Thanks..
Master/Detail + ClientDataSet
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Please, try this fix. I'm not sure about it, but problem seems fixed for bugs 43 and 59
I think I fixed it...
Please check and confirm...
Index: D:/Data/Delphi/ZEOSTesting/src/component/ZAbstractRODataset.pas
===================================================================
--- D:/Data/Delphi/ZEOSTesting/src/component/ZAbstractRODataset.pas (revision 304)
+++ D:/Data/Delphi/ZEOSTesting/src/component/ZAbstractRODataset.pas (working copy)
@@ -1111,7 +1111,7 @@
begin
RowBuffer := nil;
case State of
- dsBrowse:
+ dsBrowse,dsblockread:
if not IsEmpty then
RowBuffer := PZRowBuffer(ActiveBuffer);
dsEdit, dsInsert:
I think I fixed it...
Please check and confirm...
Index: D:/Data/Delphi/ZEOSTesting/src/component/ZAbstractRODataset.pas
===================================================================
--- D:/Data/Delphi/ZEOSTesting/src/component/ZAbstractRODataset.pas (revision 304)
+++ D:/Data/Delphi/ZEOSTesting/src/component/ZAbstractRODataset.pas (working copy)
@@ -1111,7 +1111,7 @@
begin
RowBuffer := nil;
case State of
- dsBrowse:
+ dsBrowse,dsblockread:
if not IsEmpty then
RowBuffer := PZRowBuffer(ActiveBuffer);
dsEdit, dsInsert: