I'm seeking clarification on how the "Print Area" setting in the Report Designer affects margins, particularly the right and bottom margins, when set to "Printable Page" versus "Whole Page."
Initial setup:
Initial setup:
- Print Area is set to "Whole Page" (letter size page, if that matters)
- I have placed my report controls (labels, fields, etc.) such that there is 0.25" margins on all sides (Left, Right, Top, Bottom) in the Report Designer.
- When I print, the report respects my 0.25" margins.
- If the printer's minimum hardware margin is wider than 0.25" (e.g., 0.5"), some content may be cropped, which I understand and expect.
- It appears that VFP9 adds my 0.25" margins to the printer's minimum hardware margin. For example, if the printer's minimum margin is 0.25", I end up with 0.5" margins on the Top and Left.
- However, content on the Right and Bottom is cropped.
- Additionally, I sometimes encounter a "Page header band is too large to fit on page" error, which seems related to the report height. (Note: This error is triggered by excessive height but not width, even though cropping occurs on both Right and Bottom.)
- When using Print Area > "Printable Page," should I move all report controls (labels, fields, etc.) to the top-left corner (i.e., no Top or Left margin) to avoid cropping? If so, this leaves excessive white space on the Right and Bottom. Is that normal?
- To avoid the "header band too large" error, I can reduce the report height by shrinking bands. However, how do I handle the excess white space on the Right margin? Unlike the Bottom margin, the Right margin doesn't seem to trigger the "header band too large" error. Why is this?
- In your experience, is it more reliable to use "Printable Page" or "Whole Page" for consistent printing across different printers?