Connecting Tech Pros Worldwide Forums | Help | Site Map

options for printing report

David B
Guest
 
Posts: n/a
#1: Nov 12 '05
I have an app used by a number of single users. For printing invoices and
statements some users like to use their own headed paper while others are happy
with the header generated from the user detail table. I have 2 versions of each
report, with or without header.
I would like to store the users choice in the user detail table in the be which
will make upgrading the fe much easier.

Any thoughts on how to deal with this. I guess I need something behind the
print buttons which selects which report according to what is in the user table.

TIA
David B
Hexham UK


CDB
Guest
 
Posts: n/a
#2: Nov 12 '05

re: options for printing report


I would use only one version of each report - with the header, then print or
not print the header objects during printing, depending on a global
variable, or class value, or GetSetting...

Clive


"David B" <David@marleycotenospam.fsnet.co.uk> wrote in message
news:c2dd57$kvj$1@newsg2.svr.pol.co.uk...[color=blue]
> I have an app used by a number of single users. For printing invoices and
> statements some users like to use their own headed paper while others are[/color]
happy[color=blue]
> with the header generated from the user detail table. I have 2 versions[/color]
of each[color=blue]
> report, with or without header.
> I would like to store the users choice in the user detail table in the be[/color]
which[color=blue]
> will make upgrading the fe much easier.
>
> Any thoughts on how to deal with this. I guess I need something behind[/color]
the[color=blue]
> print buttons which selects which report according to what is in the user[/color]
table.[color=blue]
>
> TIA
> David B
> Hexham UK
>[/color]


Closed Thread