Previous Topic

Next Topic

HTML Memo Components

See also Report Designer Component Properties for properties common to all components.

HTML Memo components store a link to a .htm or .html path. All users who access the report will need access to the path.

HTML Memo components have the following properties:

AlignWithMargins

When True, the component will align with the page margins.

Font

Determines the font of the printed output. Click Open Font Dialog (F2) to select the font, style, size and characteristics. You can change the font by clicking the appropriate buttons on the toolbar. If you change the font, the ParentFont property (see below) will be set to False. The font properties - Name, Size, Colour, Bold, Underline, Italic and Strikeout can be accessed from MaxBasic code during a report. The font can be changed while a report is running to identify certain types of data.

HTMLMemoPath

The .htm or .html path containing the memo.

To select a file, you can:

  • Type the full file path and file name.
  • Click Select File (F2) to browse for a text file.
  • Double-click the memo component to open the browser.

ParentCustomHint

When True, uses the Custom Hint of the parent Band.

ParentFont

When True, uses the Font of the parent Band. Setting this property to True means you can change the font of a band (or the entire report) and have all components on that band (or the report) change to the same font.

See Also

Report Designer Components

Book Contents

Book Index