Showing object only on 1nst page.

Hi, I have a report with a Page Header containing the company logo and a Rich Text.

On reports with more than 1 page, I would like to show the logo on each page, but the Rich Text only on 1nst. How can I do this?.

Regards,
Martin.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 8:03AM
    write code in the obp event of the page header to set the visible property of the rtfmemo.
    ie
    rtfmemoname.visible := <page> = 1;
  • edited 8:03AM
    gordk wrote: »
    write code in the obp event of the page header to set the visible property of the rtfmemo.
    ie
    rtfmemoname.visible := <page> = 1;

    Thanks!!!! worked like a charm.

Leave a Comment