Printing embedded views

The form I am working on contains an embedded view. When there are more documents than is visible within the embedded view borders, I get a scroll bar, this is fine. However, when I print the form, I want to see all the rows of the embedded view on my print out. So far all I can manage is to print my form and only see the rows that were currently visible.

Subject: printing embedded views

Create a second form. This form can be virutally identical to the current form except that instead of the embedded view, you have a large text field. This form should inherit values from selected doc. Write a script so that when this form is opened, it populates that large text field according to the same formula as the embedded view. (In other words, it does a lookup on the view by category(key) and reads the fields of the selected docs and writes the values into the field.)Set the saveoptions on this form so it cannot be saved.

Put a link/button on your regular form for “printable version”, and have it do a compose for the new form.