Create a print view for the edit view -- this will help. You can set it up however you need to and not mess with the user input view at all.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
We are already using a print view. The issue is that we cannot resize the
controls that the user is selecting, so the print view comes out larger than
the screen view.
> Create a print view for the edit view -- this will help. You can set it up however you need to and not mess with the user input view at all.
>
[quoted text clipped - 5 lines]
> piping the output to a post script file and using Adobe to size and print.
> Does anyone have another way to address this print view issue?
Ed Richard - 09 Dec 2004 03:56 GMT
Does setting the size (width) for the controls in Printview to Auto help? I
only learned about this setting yesterday in this group.
HTH,
Ed Richard
> We are already using a print view. The issue is that we cannot resize the
> controls that the user is selecting, so the print view comes out larger
[quoted text clipped - 15 lines]
>> print.
>> Does anyone have another way to address this print view issue?
Greg Collins [InfoPath MVP] - 09 Dec 2004 16:45 GMT
What kind of controls are these? Standard InfoPath controls?
Usually for a print view, you can get away with using an expression box for just about everything--since nothing is editable.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
We are already using a print view. The issue is that we cannot resize the
controls that the user is selecting, so the print view comes out larger than
the screen view.
"Greg Collins [InfoPath MVP]" wrote:
> Create a print view for the edit view -- this will help. You can set it up however you need to and not mess with the user input view at all.