|
@@ -100,7 +100,7 @@ begin
|
|
lePreText.Text := ZJJLPreText;
|
|
lePreText.Text := ZJJLPreText;
|
|
end;
|
|
end;
|
|
RefreshTitle;
|
|
RefreshTitle;
|
|
- FZJJLData.RefreshDetailGrid := RefreshDetailGrid;
|
|
|
|
|
|
+ FZJJLData.RefreshDetailGrid := RefreshDetailGrid;
|
|
end;
|
|
end;
|
|
|
|
|
|
destructor TZJJLFrame.Destroy;
|
|
destructor TZJJLFrame.Destroy;
|
|
@@ -115,6 +115,7 @@ begin
|
|
InitDetailGrid;
|
|
InitDetailGrid;
|
|
if (saZJJL.DataView.RecordCount > 0) then
|
|
if (saZJJL.DataView.RecordCount > 0) then
|
|
saZJJL.DataView.LocateInControl(saZJJL.DataView.Records[0]);
|
|
saZJJL.DataView.LocateInControl(saZJJL.DataView.Records[0]);
|
|
|
|
+ FZJJLData.RefreshDetailGrid := RefreshDetailGrid;
|
|
zgDetailInfo.Invalidate;
|
|
zgDetailInfo.Invalidate;
|
|
end;
|
|
end;
|
|
|
|
|