Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Undeclared identifier: 'zs100Percent'

edited August 2003 in General
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

Comments

  • edited August 2003
    Hi !

    Add ppTypes to your uses list.


    "Jeff" a ?crit dans le message de
This discussion has been closed.