|
@@ -558,6 +558,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
if ProjProperties.PhaseCount > 0 then
|
|
|
begin
|
|
@@ -1275,6 +1276,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
FStaffData.Open(FConnection.Connection);
|
|
|
end;
|
|
@@ -1333,6 +1335,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
if ProjProperties.PhaseCount > 0 then
|
|
|
begin
|
|
@@ -1359,6 +1362,7 @@ begin
|
|
|
FProjectID := -1;
|
|
|
UnZipFile(AFileName, TempPath);
|
|
|
FConnection.Open(MainFileName);
|
|
|
+ UpdateProjectDataBase;
|
|
|
FProjProperties.Open(FConnection.Connection);
|
|
|
if ProjProperties.PhaseCount > 0 then
|
|
|
begin
|