Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

disable frame on regions

edited December 2005 in General
Regions are always printed with a frame on the paper.
How can this be disabled?

Comments

  • edited December 2005
    Gunter,

    From the design tab, select the region and set the pen style to ppClear in
    the object inspector or by selecting No Line from line color in the draw
    toolbar.

    Bob
  • edited December 2005
    Bob,
    thanks, that seems to work at design time. And how can that be done in
    the Report Designer at runtime (I'm mostly using that to create *.rtm
    files)?

    Regards Gunter

  • edited December 2005
    Gunther,

    In the appropriate event use the following:

    Region.Pen.Style := psClear;

    Bob
  • edited December 2005
    Excellent! That's working.
    Thanks

This discussion has been closed.