I am using Data Report (VB6) without using Data Environment to create
simple reports.
I do this by creating a recordset, then binding the recordset to the Data
Report. This works fine for simple reports.
When I try to add a Group to report, I get the error: "Report Sections do
not match data source."
So, I changed the query to include a GROUP BY statement, but still I get
the same error.
Any ideas?
Thanks!
Michael B. Johnson - 30 Nov 2004 23:25 GMT
>I am using Data Report (VB6) without using Data Environment to create
>simple reports.
[quoted text clipped - 9 lines]
>
>Any ideas?
You need to refresh something (I forget what) on the report from the
properties page. I know that wipes everything out, but that's what you
have to do.
_______________________
Michael B. Johnson