Report To PDF Bug? -
09-09-2010
, 04:45 AM
I've used the Lebans report to pdf code for a long time in Access 2003
databases without issue. Given that the snapshot format has been
reportedly removed from Access 2010, I'm surprised that the code works
to some degree under that version (Access 2003 mde). Reports that I
send to pdf using the Lebans code under A2010 work well except that
images don't appear in the resulting pdf.
I've experimented by calling this code: DoCmd.OutputTo acOutputReport,
Screen.ActiveReport.Name, acFormatPDF from a menu bar item in an A2003
mde running under both A2007 and A2010.
When using A2007, bold underlined labels in the page header of the
report don't appear either bold or underlined in the resulting pdf.
When using A2010 the result is even more bizarre with the underlining
appear on top of the text.
Is the inbuilt pdf functionality buggy? Apart from the above
mentioned lack of images, the Lebans code still produces a more
accurate rendition of the original report under A2007 and A2010. |