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

zsZoomSettings #500

edited March 2002 in General
Delphi 6, Win2K, RBEnt 6.03: New machine, new D6 install, new RB6.03 install. This code:
showmessage('fMain 209 reportPreviewFormCreate');
procedure TfrmMain.testInternalReportPreviewFormCreate(Sender: TObject);
begin
showmessage('fMain 209 reportPreviewFormCreate');
testInternalReport.PreviewForm.WindowState := wsMaximized;
TppViewer(testInternalReport.PreviewForm.Viewer).ZoomSetting := zs100Percent;
end;

The showmessage does not appear, and the preview screen is at 24%.

What might be wrong?

Dennis McFall

Comments

This discussion has been closed.