G
Guest
I have a subreport, and it previews properly. When I put the subreport in
the main report, it shows the detail portion, but not the footer portion of
the subreport. However, I have another subreport one line above this
subreport, and it is showing both the detail and the footer properly. I
can FTP or IM the Access .MDB to you to see it, if you are willing to help.
I have a version in 2000 and 2003 (yes I've been having the same problem for
several years.) I do not use macros, but I do use a VB6 IIF statement to
print the detail portion of the report.
The footer consists of 2 lines:
=('<input type="hidden" name="t2" value="d-Material' & lblSummary.Caption &
'"> ')
</select><br>
As I said, it previews fine as a subreport, just won't fully work in the
main report, only the detail portion of the subreport prints reliably,
sometimes it will show the summary portion and sometimes it won't in the main
report (but always shows fine in the subreport preview). All the subreport
and main report are is a lot of string manipulation with some database
variables. The resulting output looks like an html page.
Any suggestions? I don't think it's related to the size of
lblSummary.Caption. The subreport is in the detail portion of the main
report and it seems to always happen to the first detail record of the main
report, but may not happen to the second or third, etc. detail record of the
main report.
I think this is an Access problem, not my problem, based on the symptoms.
If I move it to .NET and still use the Access database backend do you think
it will work any better using .NET expressions rather than Access reports?
And anyone know of an easy way to convert an Access report (version 2000 or
2003) into VB.NET or C#.NET?
Thanks for your help!
the main report, it shows the detail portion, but not the footer portion of
the subreport. However, I have another subreport one line above this
subreport, and it is showing both the detail and the footer properly. I
can FTP or IM the Access .MDB to you to see it, if you are willing to help.
I have a version in 2000 and 2003 (yes I've been having the same problem for
several years.) I do not use macros, but I do use a VB6 IIF statement to
print the detail portion of the report.
The footer consists of 2 lines:
=('<input type="hidden" name="t2" value="d-Material' & lblSummary.Caption &
'"> ')
</select><br>
As I said, it previews fine as a subreport, just won't fully work in the
main report, only the detail portion of the subreport prints reliably,
sometimes it will show the summary portion and sometimes it won't in the main
report (but always shows fine in the subreport preview). All the subreport
and main report are is a lot of string manipulation with some database
variables. The resulting output looks like an html page.
Any suggestions? I don't think it's related to the size of
lblSummary.Caption. The subreport is in the detail portion of the main
report and it seems to always happen to the first detail record of the main
report, but may not happen to the second or third, etc. detail record of the
main report.
I think this is an Access problem, not my problem, based on the symptoms.
If I move it to .NET and still use the Access database backend do you think
it will work any better using .NET expressions rather than Access reports?
And anyone know of an easy way to convert an Access report (version 2000 or
2003) into VB.NET or C#.NET?
Thanks for your help!