Undeclared identifier -> zsPageWith
I converted my report from RB5 to RB7, when I recompile my report, this
line gives me problem.
TppViewer(ppReport.PreviewForm.Viewer).ZoomSetting := zsPageWidth;
Why 'zsPageWidth' is undeclared? Any additional unit file that needed in
the uses list?
Thanks in advance.
line gives me problem.
TppViewer(ppReport.PreviewForm.Viewer).ZoomSetting := zsPageWidth;
Why 'zsPageWidth' is undeclared? Any additional unit file that needed in
the uses list?
Thanks in advance.
This discussion has been closed.
Comments
Jon
related info in RB Help file, can't find anything that tell me the
ppTypes. Thanks a lot!