Hi there,
I'm so exciting that PB2017 allows to save datawindow context as PDF!
Could anyone tell me why it saves multiple copies into the same PDF file although there is only one record retrieved?
Thanks for your kindly support!
Nancy
Hi there,
I'm so exciting that PB2017 allows to save datawindow context as PDF!
Could anyone tell me why it saves multiple copies into the same PDF file although there is only one record retrieved?
Thanks for your kindly support!
Nancy
This is a bug in the RTE control implementation in PB 2017. I don't they have really done testing on it before they released it. I have already pointed this out in the forum before. Desperately waiting for R2 release as my product is not functional without it!!!
It's easy to reproduce the bug by taking the following few steps:
1) create a RichText style datawindow (dw_1)
2) put more than one page contain into it (data or text).
3) put a command button with scrip: dw_1.SaveAs('C:\temp\test.pdf', PDF!, true)
4) open the test.pdf file and you will multiple copies with the file.
Nancy
I see you opened a ticket for this (#664). I have updated info on the ticket. We are working on your case.
Regards,