Multiple Detail Bands with Master Band

I have a report that contains multiple detail bands for attached to a Master Band - like this

Group Header 1

Master Data - contains fields for the Master record

Detail Data1 - contains multiple records for the master without headers

Detail Data2 - contains Memo field that displays lots of text (multiple lines)

Group Header 2 - contains column headers for Detail Data 3

Detail Data 3 - contains different multiple records for the master

Group Footer 2

Group Footer 1

When I run the report, the Memo field from Detail Data 2 overlays Group Header 2 and Detail Data 3. How can I adjust Group Header 2 and Detail Data 3 to allow for the expanded field from Detail Data 2?

Comments

  • Set DetailData2.Stretched to True, all Memos on it set StretchMode to smActualHeight

Leave a Comment