J
John
Hi
On a report I need to display some controls on all pages except the first
page. I have added these controls to the page header of the report and in
the on format event am using the code;
If page =1 then
ctrl1.visible = false
...
else
ctrl1.visible = true
...
end if
The problem is that once controls are not visible the height of the page
header does not reduce (there is no can shrink property on page detail) and
hence there is a gap on the first page of report. How can I make sure that
if controls are not visible then page header shrinks accordingly?
Thanks
Regards
On a report I need to display some controls on all pages except the first
page. I have added these controls to the page header of the report and in
the on format event am using the code;
If page =1 then
ctrl1.visible = false
...
else
ctrl1.visible = true
...
end if
The problem is that once controls are not visible the height of the page
header does not reduce (there is no can shrink property on page detail) and
hence there is a gap on the first page of report. How can I make sure that
if controls are not visible then page header shrinks accordingly?
Thanks
Regards