Previous Topic: When the Task is Not Running

Next Topic: Troubleshooting


Change Report Logo and Heading Text

When you run a report, the report has the following heading text:

Standard ReportCenter Report Heading

If you want, you can change the report logo and heading text.

To change the report logo and heading text

  1. From your browser home page, select Tools, Internet Options.

    The Internet Options dialog appears.

  2. Click Delete Files.

    The Delete Files dialog appears.

  3. Select Delete all Offline Content, and click OK.
  4. Stop your ReportCenter Java Task.
  5. To change the heading text, create a file named usr_heading.txt and enter your heading text.
  6. To change the report logo, create a file named usr_logo and insert the report logo that you want to use.

    Note: The file must be in .png, .gif, or .jpg format. The default report logo size is 57 x 38 pixels. We recommend a size close to the default.

  7. FTP the files that you have created to the ...\usr\adaptor directory. Transfer the heading text in ASCII format and the logo in BINARY format.
  8. Start your ReportCenter Java Task.
  9. Run a report to verify that your new heading text and report logo appear.

    Notes:

Change Font Appearance

If you want to change the appearance of the heading text, you can use standard html tags.

Example: Change Font Appearance

This example shows the heading text, Happy Holidays in Comic Sans MS font, in purple:

ReportCenter Heading Example

To produce this heading, enter the following in the usr_heading.txt file:

<p class=MsoNormal>
  <b style='mso-bidi-font-weight:normal'>
   <span style='font-size:72.0pt;font-family:Comic Sans MS;color:#993366'> Happy Holidays</span>
  </b>
</p>

Note: If you use a font that is not installed on a client PC or browser, a default font is used.

Display Default Logo and Heading

If you change the default logo and heading, and want to revert to the standard logo and heading, rename or delete the usr_logo and usr_heading.txt files.

To display the default logo and heading

  1. From your browser home page, select Tools, Internet Options.

    The Internet Options dialog appears.

  2. Click Delete Files.

    The Delete Files dialog appears.

  3. Select Delete all Offline Content, and click OK.
  4. Stop your java started task.
  5. (Optional) Delete or rename the usr_heading.txt file.
  6. (Optional) Delete or rename the usr_logo file.
  7. Start your java started task.
  8. Run a report to verify that the default text and logo appear.

    Notes: