I badly expressed myself!
my problem is not to repeat the heading of the table but 
to place text (on each page) at the top of the table 

in the example:  

Customer : XXXXXXX                         <- Heading
Invoice N° 00001

-----Message d'origine-----
De : Jean-Philippe VALENTIN [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 27 janvier 2003 15:09
À : 'Philippe PITHON '; '[EMAIL PROTECTED] '
Objet : RE: repeat heading on each page...

 You just have to add :

<fo:table border-collapse="separate" id="{$sttid}">
  <fo:table-column column-width="2.2cm"/>
  <fo:table-column column-width="2.2cm"/>
  ...

  <fo:table-header>
    <!-- Your header -->
  </fo:table-header>

<fo:table-body>
   ...
</fo:table-body>
</fo:table>

Jean-Philippe VALENTIN
-----Message d'origine-----
De: Philippe PITHON
A: [EMAIL PROTECTED]
Date: 27/01/03 14:45
Objet: repeat heading on each page...

We program an edition of invoice: 

if an edition contains a table with lines of invoice on 2/3 pages, 

 

how to repeat the heading of invoice on each page ???

 

We had to think of "caption" but it is not implemented yet

another solution? it is very important, thank you of help!!!

 

Example Page 1 :

 

Customer : XXXXXXX                         <- Heading

Invoice N° 00001

---------------------                                   <- table

| col1  | col2 | 

--------------

line 1

line 2

line 3

--------------

 

Exemple Page 2 :

 

Customer : XXXXXXX                   <- Heading on page 2 ?????

Invoice N° 00001

---------------------                                   <- table

| col1  | col2 | 

--------------

line 4

line 5

line 6

--------------

 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to