FR6 Problem
Hi all... [img]style_emoticons/<#EMO_DIR#>/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />
At first...i working with FR since 10 years. At least with FR6.1.13. But this is new...My new report is not showing the data from the dataset. All others in this Application are ok.[/img]i have:
1. Design (Picture1)
2. Dataset Head (Picture3)
3. Dataset Misc1 (Picture4)
4. Dataset Misc2 not used
...Datasets content at this Point
what i do:
1. change the datasets from Dictionary to Database... the same.
2. Make a NEW report not a copy from a existing report... the same.
3. Make a copy from a existing report and replase the old fields... the same.
problem:
1. In every DataBand is showing only one Row. The report is showing only the active row in the Dataset.
2. Report (Picture2)
What can this be?
Thanks..
1. Design (Picture1)
2. Dataset Head (Picture3)
3. Dataset Misc1 (Picture4)
4. Dataset Misc2 not used
...Datasets content at this Point
dtReceipt:
begin
    Print.ReportDictionaryDataSets.TryGetValue('frxDataHead', TempDataSet);
    dmReport.frxDataHead.DataSet := TempDataSet;
    Print.ReportDictionaryDataSets.TryGetValue('frxDataMisc1', TempDataSet);
    dmReport.frxDataMisc1.DataSet := TempDataSet;
    Print.ReportDictionaryDataSets.TryGetValue('frxDataMisc2', TempDataSet);
    dmReport.frxDataMisc2.DataSet := TempDataSet;
end;
what i do:
1. change the datasets from Dictionary to Database... the same.
2. Make a NEW report not a copy from a existing report... the same.
3. Make a copy from a existing report and replase the old fields... the same.
problem:
1. In every DataBand is showing only one Row. The report is showing only the active row in the Dataset.
2. Report (Picture2)
What can this be?
Thanks..
Comments