I want to insert script language from a document assembly program into a
header/footer so that it appears on the second and subsequent pages.

I have tried this and it doesn't work. Any help is greatly appreciated.

Thank you.

Re: Script language in headers/footers by Peter

Peter
Tue May 03 07:17:37 CDT 2005

"inadmissible3" <inadmissible3@discussions.microsoft.com> wrote in message
news:CCBA5231-12F3-489C-B7EF-16D250D4C923@microsoft.com...
>I want to insert script language from a document assembly program into a
> header/footer so that it appears on the second and subsequent pages.
>
> I have tried this and it doesn't work. Any help is greatly appreciated.
>
> Thank you.

Why would you want script code in a header? Do you mean that you want your
script to insert text into the header/footer on the 2nd and subsequent
pages? Then you need to insert a next page section break at the end of the
first page anda then add the header/footer to the 2nd section.


--
Peter Aitken

Remove the crap from my email address before using.



Re: Script language in headers/footers by inadmissible3

inadmissible3
Tue May 03 08:27:23 CDT 2005

Yes, I want the script to insert text into the header/footer if the document
runs more than one page. I inserted a next page section break, but the
script language inserted into the second page header does not insert the
text, just the script language.

Any suggestions, I will listen.

"Peter Aitken" wrote:

> "inadmissible3" <inadmissible3@discussions.microsoft.com> wrote in message
> news:CCBA5231-12F3-489C-B7EF-16D250D4C923@microsoft.com...
> >I want to insert script language from a document assembly program into a
> > header/footer so that it appears on the second and subsequent pages.
> >
> > I have tried this and it doesn't work. Any help is greatly appreciated.
> >
> > Thank you.
>
> Why would you want script code in a header? Do you mean that you want your
> script to insert text into the header/footer on the 2nd and subsequent
> pages? Then you need to insert a next page section break at the end of the
> first page anda then add the header/footer to the 2nd section.
>
>
> --
> Peter Aitken
>
> Remove the crap from my email address before using.
>
>
>

Re: Script language in headers/footers by Charles

Charles
Tue May 03 13:44:24 CDT 2005

No! You do _not_ want a section break for this. Word has a built-in
first-page header/footer setting so that you can insert text into the
header/footer and (if the section is set for different first page, that info
will not appear on the first page).
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Peter Aitken" <paitken@CRAPnc.rr.com> wrote in message
news:e8Wnao9TFHA.584@TK2MSFTNGP15.phx.gbl...
> "inadmissible3" <inadmissible3@discussions.microsoft.com> wrote in message
> news:CCBA5231-12F3-489C-B7EF-16D250D4C923@microsoft.com...
>>I want to insert script language from a document assembly program into a
>> header/footer so that it appears on the second and subsequent pages.
>>
>> I have tried this and it doesn't work. Any help is greatly appreciated.
>>
>> Thank you.
>
> Why would you want script code in a header? Do you mean that you want your
> script to insert text into the header/footer on the 2nd and subsequent
> pages? Then you need to insert a next page section break at the end of the
> first page anda then add the header/footer to the 2nd section.
>
>
> --
> Peter Aitken
>
> Remove the crap from my email address before using.
>



Re: Script language in headers/footers by Peter

Peter
Tue May 03 15:38:09 CDT 2005

"inadmissible3" <inadmissible3@discussions.microsoft.com> wrote in message
news:5E65999D-06EC-4578-900B-169570431EB0@microsoft.com...
> Yes, I want the script to insert text into the header/footer if the
> document
> runs more than one page. I inserted a next page section break, but the
> script language inserted into the second page header does not insert the
> text, just the script language.
>
> Any suggestions, I will listen.
>

Post your code, OK?


--
Peter Aitken

Remove the crap from my email address before using.



Re: Script language in headers/footers by Peter

Peter
Tue May 03 15:37:53 CDT 2005

"Charles Kenyon" <msnewsgroup@remove.no.spam.addbalance.com> wrote in
message news:epKxjABUFHA.1384@TK2MSFTNGP09.phx.gbl...
> No! You do _not_ want a section break for this. Word has a built-in
> first-page header/footer setting so that you can insert text into the
> header/footer and (if the section is set for different first page, that
> info will not appear on the first page).
> --
> Charles Kenyon
>

Oops, right you are. That would be a better method.


--
Peter Aitken

Remove the crap from my email address before using.