Printing margins different from document or view

My user has a document that can either be printed from the open document or the view

The form has an action (@command[fileprint] and the view has an action that calls an agent that runs the exact same @command (no parameters at all)

In the middle of the form is a rich-text field (i don;t know how it has been populated by the user - most likely typed rather than copied and pasted)

When the doc is printed from the view - fine

When the do is printed from the open do, the rich-text field wraps itself no more than one-third of the way across the page. I cannot find any offenmding margins anywhere. And if there were, why does the view action/agent gnore them and the form action not???

Driving me mad!!!

Thanks in advance

Mike

Subject: Printing margins different from document or view

I know that there is known problem with printing. A lot of them are solved with 6.5.4(Look in the FIxList).

Maybe you can try the Notes.ini pamameter

UseAbsoluteRightMargin=2

CLose/reopen Notes,

JYR