Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Problem with Page Break

edited March 2006 in General
I have a simple report with a TDataSet with 3 records. I put in detail band
a Mailmegre with a RTF

under this rtf a page break.

The report generate 4 pages, and the page 4 is in blank.

What are doing wrong ?


thanks ....


I'm using d7, wiht rb 7.04

--
Un saludo


Jaime Lloret.
Jefe de Desarrollo de Proyectos Software.
ISCOPYME, S.L.

CL?USULA DE CONFIDENCIALIDAD: ISCOPYME, S.L garantiza la confidencialidad de
los datos que obran en su poder y seg?n lo estipulado por la LOPD (Ley
Org?nica 15/1999 de 13 de diciembre de Protecci?n de Datos de Car?cter
Personal). Este mensaje se dirige exclusivamente al destinatario consignado.
Puede contener informaci?n confidencial, de nuestra propiedad o legalmente
protegida. Si usted no es el destinatario, le informamos que cualquier
acceso, divulgaci?n, copia o distribuci?n de la informaci?n, as? como
cualquier acci?n u omisi?n realizada con base a la misma, queda prohibida y
puede ser ilegal. En caso de haber recibido este mensaje por error, le
rogamos que nos lo reenv?e y notifique inmediatamente, borrando toda copia
de su sistema. Gracias.


ISCOPYME, S.L.
Ingenier?a del Software y Consulting para la PYME.
Servicios Inform?ticos.

Tel : 966 688 12 88
Fax : 966 688 20 29
C/ Pintores, N? 19.
03590 - ALTEA - Alicante
Espa?a.

www.iscopyme.com
Administraci?n : admin@iscopyme.com
Depto. Software : soft@iscopyme.com
SAT : sat@iscopyme.com

Comments

  • edited March 2006
    Hi Jaime,

    The native pagebreak component was not added until RB 9. Are you using a
    third party page break component?

    If the page break is inside the detail band it will execute each time it is
    encountered. Try setting the visibility of the page break component to
    false on the last page of the report and see if that solves the problem.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited March 2006
    sorry, I'm using RB 9.02

    How can I Know what is the last page of the report. I'm using two pass

    thanks ...

  • edited March 2006
    Hello Big Jaume from Spain:

    try this

    if ( Report.SecondPass ) then
    LastPage := (Report.AbsolutePageNo = Report.AbsolutePageCount);

    "Jaime LLoret" escribi? en el mensaje
This discussion has been closed.