Default Avatar

Lonnie Kong

Lonnie Kong

About

Username
Lonnie Kong
Joined
Visits
0
Last Active
Roles
Members

Comments

  • AlexTZ wrote: » Please save the prepared report in design-time and send .fpx file to me (tz@fast-report.com). Mail sent, thanks!
  • Lonnie Kong wrote: » Lonnie Kong wrote: » Hello, Both design and run time preview should be identical. Could you make a simple project that demonstrates the problem? Please check the attachment. Left hand side is design time and r…
  • AlexTZ wrote: » Hello, Both design and run time preview should be identical. Could you make a simple project that demonstrates the problem? Please check the attachment. Left hand side is design time and right hand side is run time. …
  • Lonnie Kong wrote: » procedure PrintRecord; var DB : TfrxADODatabase; begin with FrxRpt do begin DB := TfrxADODatabase(FindObject('ADODatabase')); DB.Connected := False; DB.DatabaseName := DM.AConnect.ConnectionString; DB.Connected := Tru…