Creating a print button and keeping page documents within the 80 c

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Sorry for the long winded posting but I believe the two are related.

I've read the posts regarding code and the print button. It all seems
straight forward. In fact I did insert the coding to allow for "Print this
Page", however, it the print margins were well past the paper.

I was wondering if there is a command to set margins within the form to keep
the print margins within the paper size.


RSR
 
Ron R said:
Hello,

Sorry for the long winded posting but I believe the two are related.

I've read the posts regarding code and the print button. It all
seems
straight forward. In fact I did insert the coding to allow for
"Print this
Page", however, it the print margins were well past the paper.

I was wondering if there is a command to set margins within the form
to keep
the print margins within the paper size.

I have my "print" pages inside a table 624 pixels wide. Every printer
I've tried prints the entire page.

Tom J
 
Yes - that's the rule (for 8.5x11" paper, that is). You must have no page
elements whose aggregate horizontally contiguous width exceeds about 624
pixels.

Alternatively, you can use print media stylesheets to control such elements
in a manner suitable for printing (e.g., hiding those that would cause the
printing to be distorted).
 

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

Back
Top