0

I have Delphi 10 seattle & i have a Form1 ,in the Form i have :

  • ADOConnection1

  • ADOTable1

  • DBGrid1

  • frxreport1

How can i pass the data from the table into the report & show the report ?

Thank you.

Danilo Casa
  • 506
  • 1
  • 9
  • 18
DZ_Dev
  • 1
  • 2

1 Answers1

0

Add TfrxDBDataset to project, assign it with TADOTable, go to FR's designer and enable TfrxDBDataset (menu Report-Data), add TfrxMasterdata band to report template, assign it with TfrxDBDataset, place TfrxMemoView on TfrxMasterData band, assign TfrxMemoView with TfrxDBDataset field

gpi
  • 486
  • 4
  • 8