|
@@ -730,7 +730,7 @@ end;
|
|
procedure TFixedFormatDataSet.InternalPost;
|
|
procedure TFixedFormatDataSet.InternalPost;
|
|
begin
|
|
begin
|
|
FSaveChanges := TRUE;
|
|
FSaveChanges := TRUE;
|
|
- inherited UpdateRecord;
|
|
|
|
|
|
+ inherited InternalPost;
|
|
if (State = dsEdit) then // just update the data in the string list
|
|
if (State = dsEdit) then // just update the data in the string list
|
|
begin
|
|
begin
|
|
FData[FCurRec] := BufToStore(ActiveBuffer);
|
|
FData[FCurRec] := BufToStore(ActiveBuffer);
|