Skip navigation
Currently Being Moderated

Printing multi-page text fields

Feb 3, 2006 10:50 AM

I have a multi-line text field that is set to expand as needed to display whatever text is entered into it. In some cases, the amount of text causes the field to wrap across pages. On screen this works just fine. Printing, however, fails. The amount of space designated for the text field is accurate, but the contents start anew on each page, rather than continuing where the previous page left off. For example, this is what I want:

[page 1]
We the People of the United States, in Order...
blah
blah
[/page 1]
[page 2]
The Senate of the United States shall be composed...
blah
blah
[/page 2]
[page 3]
The House of Representatives shall be composed...
blah
blah
[/page 3]

And so on. Instead, what I get is:

[page 1]
We the People of the United States, in Order...
blah
blah
[/page 1]
[page 2]
We the People of the United States, in Order...
blah
blah
[/page 2]
[page 3]
We the People of the United States, in Order...
blah
blah
[/page 3]

How can I achieve what I want so that long text fields can be printed accurately?
 
Replies
  • Currently Being Moderated
    Feb 5, 2006 2:14 AM   in reply to (Brent_C._Wilson)
    <Brent_C._Wilson@adobeforums.com> ha scritto nel messaggio <br />news:3bbe5b49.-1@webx.la2eafNXanI...<br /><br /><br />Try to put this code in the event prePrint:<br />if using FormCalc:<br />----- form1.#subform[0].TextField1::prePrint - (FormCalc, <br />client) ----------------------------------<br />$.access = "readOnly"<br /><br />----- form1.#subform[0].TextField1::prePrint - (Javascript, <br />client) ----------------------------------<br />if using Javascript:<br />this.access = "readOnly"<br /><br />Bye,<br />Alessio
     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)