Para que no se cierre la conexion si tanrdan en volver a previsulaizar un informe
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@354 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
0fba92559e
commit
5675dfe140
@ -166,6 +166,8 @@ function TdmServer.DarNuevaConexion: IDAConnection;
|
|||||||
begin
|
begin
|
||||||
with ConnectionManager do
|
with ConnectionManager do
|
||||||
Result := NewConnection(GetDefaultConnectionName, False);
|
Result := NewConnection(GetDefaultConnectionName, False);
|
||||||
|
if not Result.isAlive then
|
||||||
|
Result.Open;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TdmServer.IniciarLog;
|
procedure TdmServer.IniciarLog;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user