Default Avatar

CesarRomero

CesarRomero

About

Username
CesarRomero
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Really works, thanx []s
  • I create 3 bands in design, and then I pass the Field to create the 3 Memo, 1 to header, 2 Data and 3 footer, I pass the band to function: procedure TReportDataItem.CreateViews(HeaderBand, DataBand,  FooterBand: TfrxBand); var  lTempView: Tfrx…
  • CalcWidth will give the width of the content? I need to fix this with base in TField.DisplayWidth not the content, so the content can be truncated if is larger than Memo.Width, and I use this to calc the left of the next memo. []s