Getting logo and report title when the page breaks

PauloDarte

Member
hy ppl! i have one doubt! in the begining of my report i have 3 logs because my costumer have 3 companies! i cant put in header because i have a if in each logo! and its not possible to put code inside of header! my report its pretty simple! i have a list of stock in one cost center. but i cant do one thing! i want repeat the logo when the page breaks! somebody can help me? i annexed a print with the report!

when i made purchase order report i done this fine because i know when a section breaks i repeat the logo! in this case i have a lot of lines inside of the section and i cant control when the records pass to page 2!

ps: sorry my bad english
 
Hi,

you have to use the template in your doc and then call this
template into the header.
Should be like this :

-------------Start Header---------
<?call:header1?>
-------------End Header---------

<?template:header1?>
xx
xxxx
xxx
<?end template1?>
 
Interesting.

In wonder if I can use this sort of logic to call a page border (the one I set up in Word is overwritten by the XML code, so rather than fight the code, can I use it to my benefit?)
confused.gif
 
Tks sary! i found other way! i used start body and end body tags to define my body and he assume the rest as header and footer! tks for your help
smile.gif
 
this code needs to be inside the word document
-------------Start Header---------
<?call:header1?>
-------------End Header---------

<?template:header1?>
xx
xxxx
xxx
<?end template1?>

how can be for footer and body?
 
Back
Top