I see all the records if I browse the view, but I don't see them on the printed or previewed report.
I must admit that I have spent all my time trying to learn my way around Fox, and its programming language, but I have spent VERY little time with the Report writer.
So, I am very lost indeed, without the Wizard.
I don't understand Data Grouping, and I wonder if this is the problem.
My guess is that your view definition is causing the report to see the child record(s) for only the CURRENT parent. I'd recommend forgetting about the view and do one of the following:
1. Use SET RELATION to link the tables.
2. Combine the parent and child tables into one cursor prior to the report using SELECT - SQL. This makes the report very straightforward.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.