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:
David Arranz 2008-12-03 18:54:57 +00:00
parent 0fba92559e
commit 5675dfe140

View File

@ -166,6 +166,8 @@ function TdmServer.DarNuevaConexion: IDAConnection;
begin
with ConnectionManager do
Result := NewConnection(GetDefaultConnectionName, False);
if not Result.isAlive then
Result.Open;
end;
procedure TdmServer.IniciarLog;