|
@@ -563,6 +563,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
if ProjProperties.PhaseCount > 0 then
|
|
|
begin
|
|
@@ -1281,6 +1282,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
FStaffData.Open(FConnection.Connection);
|
|
|
end;
|
|
@@ -1339,6 +1341,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
if ProjProperties.PhaseCount > 0 then
|
|
|
begin
|
|
@@ -1365,6 +1368,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
if ProjProperties.PhaseCount > 0 then
|
|
|
begin
|