Not showing data on MasterDetail
I have a Masterdata on my report with a Memofield on it.
When performing a preview I don't see the data displayed.
On my printform in Delphi I have an frxReport and a frxDBDataset.
The frxDBDataset point to a TDataset on my DataModule.
Other data in e.g. the ReportTitle is showed as it should be.
Can someone please explain why data is not displayed?
When performing a preview I don't see the data displayed.
On my printform in Delphi I have an frxReport and a frxDBDataset.
The frxDBDataset point to a TDataset on my DataModule.
Other data in e.g. the ReportTitle is showed as it should be.
Can someone please explain why data is not displayed?
Comments
I found the solution.
Don't know what causes it but the report was getting focus to a Dataset. I removed that declaration in de report and everything is in order now.