M
Markus Grürmann
Hi ,
First of all i want to thank Stephen Lebans for his very professional work.
I am very happy that I found his side to help me out with many access
problems I had.
Recently I had the problem to convert reports to a PDF file. So I found the
solution and use it now with my little Access Program.
I like to ask you how i can manage to involve a report with
blRet = ConvertReportToPDF(Me.lstRptName, vbNullString, Me.lstRptName.Value
& ".pdf", False, True, 150, "", "", 0, 0, 0)
that use the "Filter" or "Where conditions"
DoCmd.OpenReport stDocName, stView, , "[BE_ID]=" & BeID
the only solution i found was to write the ID to an Form![tempID] field and
refer from my report to this field "report![ID]= forms![tempID] and then use
your ConvertReportToPDF. But in my opinion that is not very elegant.
Markus
First of all i want to thank Stephen Lebans for his very professional work.
I am very happy that I found his side to help me out with many access
problems I had.
Recently I had the problem to convert reports to a PDF file. So I found the
solution and use it now with my little Access Program.
I like to ask you how i can manage to involve a report with
blRet = ConvertReportToPDF(Me.lstRptName, vbNullString, Me.lstRptName.Value
& ".pdf", False, True, 150, "", "", 0, 0, 0)
that use the "Filter" or "Where conditions"
DoCmd.OpenReport stDocName, stView, , "[BE_ID]=" & BeID
the only solution i found was to write the ID to an Form![tempID] field and
refer from my report to this field "report![ID]= forms![tempID] and then use
your ConvertReportToPDF. But in my opinion that is not very elegant.
Markus