Default Avatar

Giulio

Giulio

About

Username
Giulio
Joined
Visits
0
Last Active
Roles
Members

Comments

  • You're great !! It was the height... Many thanks Bye
  • Nothing to do.... I write this code as You said but I don't see any CodeBar... only empty report... procedure Tfrm_main.rpt_reportBeforePrint(Sender: TfrxReportComponent); var rpt_page: TfrxReportPage ; rpt_band: TfrxBand; rpt_dyn_barCo…
  • In the paragraph "Creating a report form from code" I can't find where it's writen what You said. Do You mean that I have to create object in the report? On the beforePrint of some elements of the reports (maybe on PagebeforePrint)? Thanks a …
  • I don't put any bands and any data? I only use this object from code... I don't need to connect to database... Is It possible? Maybe It's for this reason that I don't see the dynamic BarCode? Giulio wrote: » Hi everybody. I'm trying to crea…