|
Home > Archive > Getting Started with dBASE > November 2006 > Report
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Michel PAIN 2006-11-25, 5:12 am |
| Hi,
I want to print invoices
one per page = OK
the number of line items varies on each invoice
and I want the total to be printed at the end of the Page
(not after the last line item)
I just don't figure out where to define my "PageFooter"
Probably trivial but .......
thanks for clues
| |
| Frank J. Polan 2006-11-25, 7:12 pm |
| Michel
Put the total on the Page Template, not in a Group Band. Then you can
place it in any position you need.. If the Invoice goes over 1 page
you can use onPage or islastPage() to determine if t should be printed
HTH
Frank Polan
On Sat, 25 Nov 2006 01:34:58 -0500, Michel PAIN <michel.pain@free.fr>
wrote:
>Hi,
>I want to print invoices
>one per page = OK
>the number of line items varies on each invoice
>and I want the total to be printed at the end of the Page
>(not after the last line item)
>I just don't figure out where to define my "PageFooter"
>Probably trivial but .......
>thanks for clues
| |
| Michel PAIN 2006-11-25, 7:12 pm |
| Thanks a lot for that clue, I'll try it immediately
thanks again
Frank J. Polan Wrote:
> Michel
>
> Put the total on the Page Template, not in a Group Band. Then you can
> place it in any position you need.. If the Invoice goes over 1 page
> you can use onPage or islastPage() to determine if t should be printed
>
> HTH
>
> Frank Polan
>
> On Sat, 25 Nov 2006 01:34:58 -0500, Michel PAIN <michel.pain@free.fr>
> wrote:
>
>
|
|
|
|
|