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

Hopefully a easy question.......

edited May 2003 in General
But I cannot figure it out. In the Preview Form, with zoom setting at 100%,
if you scroll the preview (via vertical scrollbar), then go to the next
page, the scroll position stays in the same place. How can you set this to
go back to position 0. I have tried on the following event:

procedure TfrmRptTranLogReport.rbTranLogReportPageRequest(Sender,
aPageRequest: TObject);
begin
rbTranLogReport.PreviewForm.VertScrollBar.Position := 0;
end;

I have placed a showmessage to try to locate the scrolled position, but it
is always 0.

Thanks in advance,

John DeMaira

Comments

This discussion has been closed.