Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a problem with a macro that generates a PDF file.
I use a report with a extra selection that makes for every companystore a report-page.
If i don't use this selection, making one page report, there is no problem.
I use QV10 SR1. I hope someone can help me with this.
I use the following code:
sub ExportToPDF
ActiveDocument.Reload
ActiveDocument.GetApplication.WaitForIdle
Set vGisteren = ActiveDocument.Variables("vGisteren")
ActiveDocument.PrintReport "RP01", "PDF-XChange 3.0", false
ActiveDocument.GetApplication.Quit
end sub
TNX!
How are you making the selection? Are you using the banding option in the report settings or the macro?
Regards.
is the expression used in report item is complex ?.
Yes thats the way I am doing that and yes there are a lot expressions in the report and more than one table/chart.
greetz, Halmar