|
Prev: Logon failed when attempting to run report
Next: setting default values on report parameter makes them dependents?
From: Anders Eklund on 2 Jan 2006 10:09 Our report consists of a large header on page 1 and a smaller header on the other pages. It is important that we have the page numbers and total page number on both headers. -- Anders Eklund
From: Douglas McDowell on 2 Jan 2006 10:41 Don't use a header on page 1, just include the large header information at the top of the report and then set your report header's PrintOnFirstPage property to False. -- Douglas McDowell douglas(a)nospam.solidqualitylearning.com "Anders Eklund" <AndersEklund(a)discussions.microsoft.com> wrote in message news:20F556AB-5EC6-4AB0-B924-50E16E01CB1E(a)microsoft.com... > Our report consists of a large header on page 1 and a smaller header on > the > other pages. It is important that we have the page numbers and total page > number on both headers. > > -- > Anders Eklund
From: Anders Eklund on 2 Jan 2006 14:09 But the varibles for "Total pages" can only be used in the header, or? -- Anders Eklund "Douglas McDowell" wrote: > Don't use a header on page 1, just include the large header information at > the top of the report and then set your report header's PrintOnFirstPage > property to False. > > -- > Douglas McDowell douglas(a)nospam.solidqualitylearning.com > > "Anders Eklund" <AndersEklund(a)discussions.microsoft.com> wrote in message > news:20F556AB-5EC6-4AB0-B924-50E16E01CB1E(a)microsoft.com... > > Our report consists of a large header on page 1 and a smaller header on > > the > > other pages. It is important that we have the page numbers and total page > > number on both headers. > > > > -- > > Anders Eklund > > >
From: Anders Eklund on 2 Jan 2006 14:12
But the variable "Total pages" can only be used in the header, or? -- Anders Eklund "Douglas McDowell" wrote: > Don't use a header on page 1, just include the large header information at > the top of the report and then set your report header's PrintOnFirstPage > property to False. > > -- > Douglas McDowell douglas(a)nospam.solidqualitylearning.com > > "Anders Eklund" <AndersEklund(a)discussions.microsoft.com> wrote in message > news:20F556AB-5EC6-4AB0-B924-50E16E01CB1E(a)microsoft.com... > > Our report consists of a large header on page 1 and a smaller header on > > the > > other pages. It is important that we have the page numbers and total page > > number on both headers. > > > > -- > > Anders Eklund > > > |