Error #1298 only with PDF - prints OK otherwise

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
nDragan

Error #1298 only with PDF - prints OK otherwise

Post by nDragan »

The error text is "detail band is too large to fit on page".

I'm having this trouble when I set the printer to name "MyCompanyPDF", and only on a couple of specific reports. The others print fine, and this same report prints fine on other printers and shows fine on preview.

What makes this report different: it's roughly credit-card sized, has an image all over it (i.e. a full size background image) and a couple of other objects. I tried completely removing the image, no dice. It has a custom defined page size, 3.5 x 8.5 inches. Should I try to set this?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

You may try to set this paper size from the PDF Printer properties.

if you are using the PDF Printer from inside an appliction, you need to call SetDefaultConfig() after setting the new paper size.

Hope this helps 8)
Post Reply