Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rohit214
Creator III
Creator III

promlen occuring while generating the PDF

hi all
I am using QV9 sr7  I am genrating the monthly reports .my problemk is when i generate the PDF file so some file generate  but after generting some file for particaular it shows error in
.AddAttachment  attachfile in module .last month it successfully generated all files but for now it shows error
here is my module
With objEmail
.Configuration = objConf
'"abc@technoforte.co.in"' strMailTo' getvariable("vEmail")  'strMailTo
'msgbox (strMailTo)
"PSF Sales Monthly Report"
'& ActiveDocument.Evaluate("v")
"Dear HCR,"
& chr (10) & "Please find the enclosed PSF Sales Report for the previous month." & chr (10) & " Due to some database problem, trend is provided for one month only. " & chr (10) & "Request you to analyse this report with the functional team to take necessary steps for providing better experience to Customers" '& ActiveDocument.Evaluate("v")
'msgbox ("Test Mail to be Send")
'msgbox ("Test Mail Sent")
End
with
please help me
thanks
rohit
0 Replies