Lebans Report to PDF

B

BrookieOU

I downloaded Leban's Report to PDF, but I don't understand how install it for
the database I am using, can anyone help?
 
L

Larry Kahm

The HowToUse form in the database gives a very detailed - thoroughly
commented - explanation of how to use the code.

Basically you want to specify the name of your report and how you want it
processed by ReportToPDF. Each of the parameters is described in the
comments, the actual invocation is on (or about) line 68 in the module
cmdReportToPDF_Click:

blRet = ConvertReportToPDF(Me.lstRptName, vbNullString, _
Me.lstRptName.Value & ".pdf", False, True, 150, "", "", 0, 0, 0)

Just make sure you have the two accompanying DLLs in the folder with your
mdb.

Hope that helps!

Larry
 
Top