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
This commit is contained in:
parent
3389121a56
commit
b1f3c7c1f0
@ -169,7 +169,10 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
if Assigned(FEmpresaActiva) then
|
if Assigned(FEmpresaActiva) then
|
||||||
|
begin
|
||||||
|
dmBase.dxPrintStyleManager1Style1.PrinterPage.PageFooter.LeftTitle.Clear;
|
||||||
dmBase.dxPrintStyleManager1Style1.PrinterPage.PageFooter.LeftTitle.Add(FEmpresaActiva.NOMBRE);
|
dmBase.dxPrintStyleManager1Style1.PrinterPage.PageFooter.LeftTitle.Add(FEmpresaActiva.NOMBRE);
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAppFactuGES.CargarModulos;
|
procedure TAppFactuGES.CargarModulos;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user