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
|
||||
Align = alClient
|
||||
OutlineVisible = False
|
||||
OutlineWidth = 121
|
||||
ThumbnailVisible = False
|
||||
end
|
||||
end
|
||||
|
||||
@ -18,6 +18,7 @@ type
|
||||
private
|
||||
function GetPreview: TfrxPreview;
|
||||
public
|
||||
procedure Refresh; override;
|
||||
property Preview : TfrxPreview read GetPreview;
|
||||
end;
|
||||
|
||||
@ -32,6 +33,12 @@ begin
|
||||
Result := frxPreview;
|
||||
end;
|
||||
|
||||
procedure TfrViewPreview.Refresh;
|
||||
begin
|
||||
inherited;
|
||||
frxPreview.RefreshReport;
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterClass(TfrViewPreview);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user