Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Print to PDF and reload problems

Hi,

I have a macro that creates PDF file report and mail the report as an attachment, it works fine when executing it though a button.

I understand that publisher dosnt support executing macros on reload, so i try to reload the qvw the old fashion way trough a .bat file. the reolad complets and the macro is running but it's getting stuck on "Printing layout process calculation layout for page 1". No pdf file are created.

I think i have set all the security to be quite tolerant...

any ideas any one???

i run QVE 8.5

BR Carl Johan

1 Reply
biester
Specialist
Specialist

Hi,

sometimes there are issues with macros if not using

qvDoc.GetApplication.WaitForIdle
.

(see also http://community.qlik.com/forums/t/19918.aspx ) . Perhaps that helps.

Rgds,
Joachim