From b1f3c7c1f083bcf3afa39327e748d3b3fc444710 Mon Sep 17 00:00:00 2001 From: roberto Date: Tue, 3 Mar 2015 15:46:14 +0000 Subject: [PATCH] Arreglo de informes de grid para que footer cambie de empresa git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1113 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Source/ApplicationBase/uFactuGES_App.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/ApplicationBase/uFactuGES_App.pas b/Source/ApplicationBase/uFactuGES_App.pas index 2b32a79d..3c566f82 100644 --- a/Source/ApplicationBase/uFactuGES_App.pas +++ b/Source/ApplicationBase/uFactuGES_App.pas @@ -169,7 +169,10 @@ begin end; if Assigned(FEmpresaActiva) then + begin + dmBase.dxPrintStyleManager1Style1.PrinterPage.PageFooter.LeftTitle.Clear; dmBase.dxPrintStyleManager1Style1.PrinterPage.PageFooter.LeftTitle.Add(FEmpresaActiva.NOMBRE); + end; end; procedure TAppFactuGES.CargarModulos;