|
@@ -1294,7 +1294,6 @@ begin
|
|
|
|
|
|
if bModified then
|
|
if bModified then
|
|
ProjectManager.Save;
|
|
ProjectManager.Save;
|
|
-
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
function TProjectManagerFrame.Rec(AProjectID: Integer): TsdDataRecord;
|
|
function TProjectManagerFrame.Rec(AProjectID: Integer): TsdDataRecord;
|
|
@@ -2239,6 +2238,7 @@ begin
|
|
Application.MessageBox(PChar(sHint), '¾¯¸æ', MB_OK + MB_ICONWARNING);
|
|
Application.MessageBox(PChar(sHint), '¾¯¸æ', MB_OK + MB_ICONWARNING);
|
|
Exit;
|
|
Exit;
|
|
end;
|
|
end;
|
|
|
|
+ stdProjects.DataView.LocateInControl(ARec);
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TProjectManagerFrame.LoadOnlineInfo;
|
|
procedure TProjectManagerFrame.LoadOnlineInfo;
|