Form Size

Hi,

I am trying to create reports that contain all the information they need to run, calendars, inputboxes, etc... How ever, what I would like to do is change the size of my first page, where all my components are stored. Is this possible and if so, how.

I have the code below in the OnActive event. But nothing happens :-(

begin
dttxt_ReportDate.Date := [DATE];
Page1.[PAGEHEIGHT] := 94;
Page1.[PAGEWIDTH] := 252;
end

Thanks for any help,

Randel

Leave a Comment