Modulo nuevo para los informes estadisticos e informes que ya tenian anteriormente
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@686 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
242094cb67
commit
b88ee68df5
@ -6,5 +6,7 @@ inherited frViewPreview: TfrViewPreview
|
|||||||
Height = 214
|
Height = 214
|
||||||
Align = alClient
|
Align = alClient
|
||||||
OutlineVisible = False
|
OutlineVisible = False
|
||||||
|
OutlineWidth = 121
|
||||||
|
ThumbnailVisible = False
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -18,6 +18,7 @@ type
|
|||||||
private
|
private
|
||||||
function GetPreview: TfrxPreview;
|
function GetPreview: TfrxPreview;
|
||||||
public
|
public
|
||||||
|
procedure Refresh; override;
|
||||||
property Preview : TfrxPreview read GetPreview;
|
property Preview : TfrxPreview read GetPreview;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -32,6 +33,12 @@ begin
|
|||||||
Result := frxPreview;
|
Result := frxPreview;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TfrViewPreview.Refresh;
|
||||||
|
begin
|
||||||
|
inherited;
|
||||||
|
frxPreview.RefreshReport;
|
||||||
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterClass(TfrViewPreview);
|
RegisterClass(TfrViewPreview);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user