infopath templates

D

Dana

ok, im blonde as can be but here is my question. I have created a form in
infopath, when i attempt to print it print previews in the portrait mode, but
I have everything set to landscape which is what I need. Any ideas what in
the world I am doing wrong? I am new to ip so bear with me, Im rather stupid
on this.
D
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello
In the .xsf, Print settings you have to set orientation as Landscape

The following is an example of the orientation attribute as it is used in
the printSettings element:

<xsf:view name="View" caption="View">
<xsf:printSettings
header="Header text goes here."
footer="Footer text goes here."
orientation="landscape"
marginUnitsType="in"
topMargin="1"
leftMargin="2"
rightMargin="2"
bottomMargin="1"
</xsf:printSettings>
...
</xsf:view>

I hope it will help you
 
N

Nevercrashnow

STEP BY STEP:

1. Open your form in design mode.
2. On the design task toolbar on the right and click views.
3. Highlight the view you are working with.
4. At the bottom of the design panel is a button - view properties.
5. Once that is open pick print properties.
6. Change to landscape. HIt OK.
7. Save and republish your form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top