472,328 Members | 1,953 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

SubReport Footer not Printing

I am STUCK!

I have an Access2000 report; main report and subreport. The sub report
is 2 columns, with a footer controlled by a value in a field.

The Report Footer should have SUM of values in the report.

My problem is that the Report footer of the Subreport doesn't print!

The main report prints fine; the sub-report prints fine, except there
is NO footer.

The main report's page footer prints at the bottom of the report.

Help, Please!!
Thanks,
Sara

Nov 13 '05 #1
10 7370
sara wrote:
I am STUCK!


Ask Steve.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #2
sara wrote:
I am STUCK!

I have an Access2000 report; main report and subreport. The sub
report is 2 columns, with a footer controlled by a value in a field.

The Report Footer should have SUM of values in the report.

My problem is that the Report footer of the Subreport doesn't print!

The main report prints fine; the sub-report prints fine, except there
is NO footer.

The main report's page footer prints at the bottom of the report.

Help, Please!!
Thanks,
Sara


Are you sure it's a Report Footer and not a Page Footer? Page Header/Footers
don't work in subreports, but Report Header/Footers should.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #3
I am positive it is a Report Footer - Page is empty.

It is visible, and I've tried can grow and can shrink with both yes and
no.
Now what?

Sara

Rick Brandt wrote:
sara wrote:
I am STUCK!

I have an Access2000 report; main report and subreport. The sub
report is 2 columns, with a footer controlled by a value in a field.
The Report Footer should have SUM of values in the report.

My problem is that the Report footer of the Subreport doesn't print!
The main report prints fine; the sub-report prints fine, except there is NO footer.

The main report's page footer prints at the bottom of the report.

Help, Please!!
Thanks,
Sara
Are you sure it's a Report Footer and not a Page Footer? Page

Header/Footers don't work in subreports, but Report Header/Footers should.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Nov 13 '05 #4
sara wrote:
I am positive it is a Report Footer - Page is empty.

It is visible, and I've tried can grow and can shrink with both yes
and no.
Now what?


A subreport with columns has to be set up to snake the columns "Across, Then
Down" rather than "Down, Then Across". Is that how you have it?
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #5
Who is Steve? HOW do I ask him?

Nov 13 '05 #6
I finally got to try this - going Across, then Down, actually made it
worse! I didn't get any of my totals footers (I have one, but code
determines what's in it). The report gave me only the first 13 lines,
then no total for those lines, and none of the other items (2 other
groups have detail lines). All of these show up when I do Down, Then
Across. I just don't get the total of all of the lines, which is in
the footer.

Thanks

Nov 13 '05 #7
sara wrote:
I finally got to try this - going Across, then Down, actually made it
worse! I didn't get any of my totals footers (I have one, but code
determines what's in it). The report gave me only the first 13 lines,
then no total for those lines, and none of the other items (2 other
groups have detail lines). All of these show up when I do Down, Then
Across. I just don't get the total of all of the lines, which is in
the footer.

Thanks


"Down and Across" tells the report to start a new column when the bottom margin
of the page is reached. A subreport has no way of knowing when the bottom of
the page (in the parent) is reached so you end up with a single column for all
records.

The exception to this is if you have the subreport control set to CanGrow = No.
Then the bottom of the subreport control will act as the bottom of the page. Of
course if you have CanGrow set to know that might explain why you don't see your
footer. It is likely further down than the size of the control will display.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #8
Still not working. I even tried "force new row or column" - works when
you run the sub report by itself, but still no Report Footer from the
subreport on the main report. The main report's page footer is
showing; it doesn't have a report footer.

Any other ideas?
This is killing me!
Thanks -
sara

Nov 13 '05 #9
sara wrote:
Still not working. I even tried "force new row or column" - works when
you run the sub report by itself, but still no Report Footer from the
subreport on the main report. The main report's page footer is
showing; it doesn't have a report footer.

Any other ideas?
This is killing me!
Thanks -
sara


You do have CanGrow enabled on the subreport control right?

Simplify and conquer. Remove the multi-column setting from the sub report and
change the section background color of the Report Footer. Then try it. If the
report footer is still not there you can at least see if any of the different
color appears. That will tell you if any part of the section is coming through
versus just not seeing any of the controls.

Try temporarily modifying the RecordSource of the subreport so that it only
returns one or two records and see if that makes any difference.

Heck, if you have to just substitute an unbound report as the SourceObject of
the subreport control temporarily with each section in a different color and see
what you get. You'd have to temporarily remove the MasterLink/ChildLink
settings for that test.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #10
Well, I got the report to work, thanks to your suggestions. I still
don't understand why, but I took out the columns (and formatted the
report so it all fits on one page), and it's fine! It also worked with
2 columns and CanGrow set to yes, but it still printed in one column
only.

I'll play with it some more when I'm not under pressure. I like the
idea of "divide and conquer" and using color to debug.

Many many thanks. I am the only "programmer" in this company, so
without the web, I'd be sunk!

Have a nice holiday weekend.
sara

Nov 13 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Trev | last post by:
I'm just going through all reports in an application and putting a standard report header and page footer using a subreport for each. In the page...
2
by: DFS | last post by:
Main report contains one large graph in the detail band (no detail records). Subreport snakes just fine (5 columns) when opening by itself. When...
0
by: Melissa | last post by:
I have a grouped report with a subreport in the group footer. The report is set to start a new page for each group. All the labels for fields are in...
1
by: Ellen Manning | last post by:
The main report shows all medical conferences for a resident by year, by month. A resident can attend many of the same conferences in a year. In...
7
by: Ellen Manning | last post by:
I've got an A2K report showing students and their costs. Student info is in the main report and costs are in a subreport for each student. The...
6
by: Steve Jorgensen | last post by:
I tried to fix a problem for a client today in which report sections and even individual text controls in some of their reports are being split...
1
by: shaqattack1992-newsgroups | last post by:
I know this is kind of a weird question, but is there anyway to give a subreport control of a main report? I posted my situation earlier about...
2
by: Jana | last post by:
Using Access 97. Background: I have a main report called rptTrustHeader with a subreport rptTrustDetails in the Details section of the main...
12
D Giles
by: D Giles | last post by:
Access 2003: A subreport control (sum total calculated textbox located in the subreport report footer) does not show total of all records when...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
1
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.