No dialogs at all
Hi,
I am using pragnaan to produce html and pdf files from my rb reports.
I need to generate several files at a time and don't want dialogs to be
showing on the screen.
I could disable almost every dialog, but couldn't disable the "Printing"
dialog. is there any way to do that?
Thanks
Ricardo
I am using pragnaan to produce html and pdf files from my rb reports.
I need to generate several files at a time and don't want dialogs to be
showing on the screen.
I could disable almost every dialog, but couldn't disable the "Printing"
dialog. is there any way to do that?
Thanks
Ricardo
This discussion has been closed.
Comments
Try setting the Report.ShowCancelDialog property to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
i did try it, but it wasn't working. With your confirmation I searched
more and found that this property was being re-setted to true when the
template was loaded. I fixed it setting to false programmaticaly.
thanks
Ricardo