need explication about dataset

good morning,


There are 3 possibilities to set the "dataset" parameter:

1) on the databand: masterdata.dataset='frxdbdataset1'
2) on the page: frxreportpage.dataset='frxdbdataset1'
3) on the frxreport component (on delphi EDI) : frxreport.dataset='frxdbdataset1'

I use and I understand the case (1) ,but I don't really understand the use of case(2) and (3)

I try to set frxreportpage.dataset='xxx' and masterdata.dataset='xxx' with the same dataset parameter but this makes an error.
Same error if I try to set frxreport.dataset='xxx' and masterdata.dataset='xxx' with the same dataset parameter

could you explain me the use of case 2) and case 3) ?

regards

Comments

  • gpigpi
    edited 7:34PM
    2 - TfrxReportPage will be prepared for each record of frxdbdataset1
    3 - TfrxReport will be prepared for each record of frxdbdataset1

Leave a Comment