Open/save a pdf from a form in web client in IE7 and IE8

Hi,

I am using Servoy 3.5.10 i4-build 524 and I am trying to create a pdf file from a form, using the form controller method: controller.showPrintPreview(true). The behavior in Mozilla or Google Chrome is: it gives you the option to open or save the pdf file created from that form. This is perfect, but in Internet Explorer 7 and 8, this does not work… Even after I allow pop-ups, it won’t work. In IE6 it works after adding the site to the trusted sites, this is not a solution for IE7 or 8. I also tried controller.print() method,with the same result.
Can you give me an advice on making this work with IE7 and IE8 as well?

Many thanks in advance,
Diana

I don’t remember exactly what is the good options in the secutiry settings there’s an option that has changed after some ms security updates.

The best you can do is to put your servoy server in your trusted sites. (as far as i can remember)

Thank you for your answer!

The best you can do is to put your servoy server in your trusted sites. (as far as i can remember)

I already did this,with no success in IE7 and IE8. It worked for IE6 only.
Any idea why this solution still isn’t enough?
Diana