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 12:36PM
    write code in the obp event of the page header to set the visible property of the rtfmemo.
    ie
    rtfmemoname.visible := <page> = 1;
  • edited 12:36PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.