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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top