473,805 Members | 2,297 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hiding Group Footers & Headers

Hi all

-------------------------------------
This would seem like a problem many people would have, but I couldnt
find any posts that suggested a solution to it.
-------------------------------------

I've managed to create this amazing report that depending on
number of values (if > 1) prints or doesnt print the footer. I use
the Me.PrintSection = False, and nothing is printed. Still space that
this group footer would take up if it were printed is still being taken up.

I would like to get rid of it, as if there was no footer at all.

Does anyone know how to do this?

Help is appriciated a lot,

Cheers
Damjan

ps I tried few properties, but nothing worked...
Nov 12 '05 #1
3 1312
<da*****@hotmai l.com> wrote in message
news:2f******** *************** ***@posting.goo gle.com...
Hi all

-------------------------------------
This would seem like a problem many people would have, but I couldnt
find any posts that suggested a solution to it.
-------------------------------------

I've managed to create this amazing report that depending on
number of values (if > 1) prints or doesnt print the footer. I use
the Me.PrintSection = False, and nothing is printed. Still space that
this group footer would take up if it were printed is still being taken up.

I would like to get rid of it, as if there was no footer at all.

Does anyone know how to do this?


Use Cancel = True in the format event of the section.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
I'm not sure if this would work, but I'd attempt one of these:

Me.Footer.Visib le = False
or
Me.Footer.Heigh t = 0
--

Danny J. Lesandrini
dl*********@hot mail.com
http://amazecreations.com/datafast
<da*****@hotmai l.com> wrote ...
Hi all

-------------------------------------
This would seem like a problem many people would have, but I couldnt
find any posts that suggested a solution to it.
-------------------------------------

I've managed to create this amazing report that depending on
number of values (if > 1) prints or doesnt print the footer. I use
the Me.PrintSection = False, and nothing is printed. Still space that
this group footer would take up if it were printed is still being taken up.

I would like to get rid of it, as if there was no footer at all.

Does anyone know how to do this?

Help is appriciated a lot,

Cheers
Damjan

ps I tried few properties, but nothing worked...

Nov 12 '05 #3
Thanks a lot all,
for the problem I described
I used
If (myCounterField < 1) Then
Me.PrintSection = False
Cancel = True
End If
in myGroupHeader_F ormat event.

So Cancel = True did it for me,

I really cannot say what it does. I know it
exists in almost all events. Perhaps
cancels the existance of current object: in
this case GroupHeader.

Damjan
Nov 12 '05 #4

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

Similar topics

2
6218
by: Rupe | last post by:
Hi CSS gurus! I have an embarassing problem. I am a php programmer and I try to expound the advantages of css on the php newsgroups. However, after telling someone that they should use css to solve their problem, I am having trouble coming up with the goods! + I would like to know the answer too.
28
14057
by: reneecccwest | last post by:
hello, how can I remove IE headers and footers when I print a page? I'd like to use a code to remove them, not thru the IE page setup. s/RC
3
2002
by: Chris Transcend | last post by:
Hi all, I'm writing my first .NET website and am wondering what the best method for including headers and footers is. I was thinking either a user or server control but am not sure which would be best performance-wise / maintenance wise. OR if there is another approach that is more commonly followed. I'm interested in performance mainly, but not at the expense of being able to maintain the headers within reason. I'm coming from the...
0
1271
by: Nunya Biznas | last post by:
I'm putting together a long report that has different sections(subreports). Each section(subreport) needs to have distinct page headers and footers along with elements common to the entire report(title at top of each page, page number at bottom of each page). I can get by the page header problem by putting 'fake' group headers at the beginning of each section(subreport) and having it repeat for each page. The problem is I can't...
1
2574
by: Kenneth | last post by:
Hi, In IE6 you can configure output to the printer getting a clean printout only with content, but without headers and footers. You remove the Header and Footer content from the Page Setup. But when you've done that, you have to know how to get those values back unless you've saved them somewhere for later retrieval. What I need is a way to programmatically print out a page on a printer with only the content and that the next time the user...
7
6876
by: Robert Adkison | last post by:
I need to print a web page. It is my preference that my users just do a File/Print from explorer. That way my users will get the print dialog that will allow them to select the fax printer. The only problem with doing this is that a header (name of the page and Page x of x) and footer (actual page filename the date) are included. I am proficient with using Crystal Reports v10 (developers version) which will create a PDF file for you to...
1
5950
by: Joao_H | last post by:
I am trying to save and print reports of calculations of a program that make adjustments. Doing that for a Word Document is fine because we can format the text from VB .NET. I have already all the results in a word document, but I would like to put a Header and a Footer and page numbers on the document. However I don’t have the finest idea how to make that!! From VBA I can do that, but the instructions that put Header and Footer...
0
1643
by: steve | last post by:
I am looking for a way to create dynamic headers and footers in a web form. There are .Net PDF products that convert web form content into PDF format and insert dynamic headers/footers. I'm just wondering if there is a similar way of accomplishing this in a web form by inserting a CSS page break. Is there a way to roughly limit each printed page to 7.0 ~ 7.5 inches of content?
4
2829
by: ppuniversal | last post by:
Hi, I am developing an application in ASP .NET where I have to generate a Header and a Footer on my web pages. The issue is that, these headers and footers need to be dynamically placed on the page. For example, if the page length is 1 page, there will be only 1 header and 1 footer. But if the page length is larger, and when we do the print/print preview of the page and it goes to say more than 1 page, then I need the headers and footers on all...
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10617
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10364
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10109
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5545
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4328
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3849
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.