Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

DataReport PageBreak

 
   Database Help (Home) -> Visual Basic -> ADO RSS
Next:  DataReport PageBreak  
Author Message
giovanni.poli

External


Since: Feb 22, 2005
Posts: 2



(Msg. 1) Posted: Tue Feb 22, 2005 9:39 am
Post subject: DataReport PageBreak
Archived from groups: microsoft>public>vb>database>ado (more info?)

Hi everyone,

I would like to know how to force pagebreak in a datareport for example
after 5 records printed.

Thank you all

 >> Stay informed about: DataReport PageBreak 
Back to top
Login to vote
Lishi Liu MSFT

External


Since: Sep 22, 2003
Posts: 18



(Msg. 2) Posted: Tue Feb 22, 2005 6:40 pm
Post subject: RE: DataReport PageBreak [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No, in general. Data report only support page break at group level, at
begin or ending of group header/footer.

If your report has only detailed section. You can try as follows
You know the size of the paper,
specify the hight of the detailed section = (Page hight - page header -
page footer) / 5.

lishil, VSData team
--------------------
 >From: giovanni.poli.DeleteThis@gmail.com
 >Newsgroups: microsoft.public.vb.database.ado
 >Subject: DataReport PageBreak
 >Date: 22 Feb 2005 08:39:13 -0800
<font color=purple> >Organization: <a style='text-decoration: underline;' href="http://groups.google.com</font" target="_blank">http://groups.google.com</font</a>>
 >Lines: 7
 >Message-ID: <1109090353.669163.242050.DeleteThis@g14g2000cwa.googlegroups.com>
 >NNTP-Posting-Host: 151.30.31.120
 >Mime-Version: 1.0
 >Content-Type: text/plain; charset="iso-8859-1"
 >X-Trace: posting.google.com 1109090357 29518 127.0.0.1 (22 Feb 2005
16:39:17 GMT)
 >X-Complaints-To: groups-abuse.DeleteThis@google.com
 >NNTP-Posting-Date: Tue, 22 Feb 2005 16:39:17 +0000 (UTC)
 >User-Agent: G2/0.2
 >Complaints-To: groups-abuse.DeleteThis@google.com
 >Injection-Info: g14g2000cwa.googlegroups.com; posting-host=151.30.31.120;
 > posting-account=jX9GGg0AAAABekqbZcOYZ3BLazAwyJVP
 >Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.
sul.t-online.de!t-online.de!news.glorb.com!postnews.google.com!g14g2000cwa.g
ooglegroups.com!not-for-mail
 >Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.vb.database.ado:100117
 >X-Tomcat-NG: microsoft.public.vb.database.ado
 >
 >Hi everyone,
 >
 >I would like to know how to force pagebreak in a datareport for example
 >after 5 records printed.
 >
 >Thank you all
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: DataReport PageBreak 
Back to top
Login to vote
giovanni.poli

External


Since: Feb 23, 2005
Posts: 1



(Msg. 3) Posted: Wed Feb 23, 2005 3:19 am
Post subject: Re: DataReport PageBreak [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks a lot,
i will try to do it!

Ciao Giovanni (MCSD)
 >> Stay informed about: DataReport PageBreak 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
runtime error 3021 and user permissions - I have a VB6 application that uses ADO 2.7 to access an Access2000 database. I have found on Windows XP and 2000, that if the user is not part of the administrators group, they receive: "runtime error 3021. Either BOF or EOF is true, or the current ...

updatable ado-recordset - Hi, In the code below i have an updatable ado-recordset. However it is not working how i thought it would be. Maybe someone can help me out here? The global connection (Thanks to Brendan): Option Compare Database Option Explicit Public mconn As..

ADO Connection Access Database VB - I have been accessing a database on a local drive thru an ADO connection. The following is the code that I have been using. cnCejco.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Y:\Cejco.mdb;Persist Security Info=False" The problem is n...

Recordset-adding to a Listview - I've got a weird problem - - - it must be something simple, but for the life of me, I must be missing it... I've got a recordset - and I'm trying to add the results into a listview, but, instead of adding each successive record after the first line of....

ADO recordset question - Hello all. This is such a basic question, but I can't find an answer. I have a function in a class module that finds data from a series of database tables. The data, when found, is placed into a new recordset within the function. All OK here. Now, wher...
   Database Help (Home) -> Visual Basic -> ADO All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]