Hi Walter,

I think the problem is, that Axapta allocates space for the footer
even if the footer is not printed. I don't no if there is any
possibility to de-allocateto the space and use it for body lines.

Markus

--- In [EMAIL PROTECTED], "Walter Becker" <[EMAIL PROTECTED]>
wrote:
> Hi Markus,
>
> it works, but is there an possibilty to fill the free space above
with body lines?
>
> Thanks for help
>
> Walter Becker
>
> -----Urspr�ngliche Nachricht-----
> Von: markus_sendelbach [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 23. April 2004 13:54
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] Re: Salesinvoice: Footerproblem
>
>
> try this...
>
> In the executeSection() of your page footer:
>
>     Int    PageFooterTopMargin;
>
>     PageFooterTopMargin = ((element.mm100Left() -
> PageFooter.height100mm()) div 100);
>     PageFooter.topMargin(PageFooterTopMargin, Units::mm);
>
> Best Regards
>
> Markus Sendelbach
>
>
> --- In [EMAIL PROTECTED], "Walter Becker"
<[EMAIL PROTECTED]>
> wrote:
> > Hello,
> >
> > I have a problem with the page footer position on the
> report "SalesInvoice". I create a new page footer after the total
> page footer. The report printing properties for the invoice gives
you
> the possibility to print the total footers on first or last page.
On
> pages without total footer the new footer is at the position of the
> total footer. I want that the new footer (bank information) is at
> same place on the bottom of the page and the free space for the
total
> footer is using for after body lines.
> >
> > How can I solve this problem.
> >
> > Thanks for help
> >
> > Walter Becker
>
>
>
>

> Yahoo! Groups Links



Yahoo! Groups Links

Reply via email to