In FPW2.6 we have reports that print properly to laser printers and PDF writers. When we switch to VFP9 the ones which were close (within 0.25 inches) on margins in 2.6 now fail to print to some laser printers, but work with PDF writers, reporting detail band 1 too big and the like.
Is there a setting in VFP to allow it to allow partially off-page fields (because nothing is really off-page)?
Something like:
Best regards,
Rick C. Hodgin
Is there a setting in VFP to allow it to allow partially off-page fields (because nothing is really off-page)?
Something like:
Code:
SET ALLOWOVERFLOWPRINTING ON
Best regards,
Rick C. Hodgin