I have a report based on a view in which the detail section includes two subreports, each based on a different view.
When printing the report, after a few hundred lines are printed I start getting the error -ERROR- Too many tables defined - Limit is 16000 (2137), followed by the Out Of Dynamic Space message. I'm not explicitly creating any tables in my report. I'm guessing that perhaps the subreports have to generate internal datasets to do their work, but if I cancel my report and list the tables in the database, I don't see any I don't expect, and I don't see 16000, or even close. Has anyone seen and perhaps solved this issue with "Too many tables defined" in a report with subreports? -- Larry

