Undeclared identifier: 'zs100Percent'
Hi
I am try to move to delphi 7
But with reportBuilder 7.02 I can not compile code that compiled in delphi 6
the line is
ppViewer1.ZoomSetting := zs100Percent;
the compile error is
[Error] Unit1.pas(29): Undeclared identifier: 'zs100Percent'
I have ppViewr in the users clause.
I can see I reportbuilder source the lines
type
TppViewer = class;
{this needs to be here, otherwise users will have to modify uses clause}
TppZoomSettingType = (zsWholePage, zsPageWidth, zs100Percent,
zsPercentage);
TIA
Jeff
I am try to move to delphi 7
But with reportBuilder 7.02 I can not compile code that compiled in delphi 6
the line is
ppViewer1.ZoomSetting := zs100Percent;
the compile error is
[Error] Unit1.pas(29): Undeclared identifier: 'zs100Percent'
I have ppViewr in the users clause.
I can see I reportbuilder source the lines
type
TppViewer = class;
{this needs to be here, otherwise users will have to modify uses clause}
TppZoomSettingType = (zsWholePage, zsPageWidth, zs100Percent,
zsPercentage);
TIA
Jeff
This discussion has been closed.
Comments
Add ppTypes to your uses list.
"Jeff" a ?crit dans le message de