Export a report with default filter and filename
Hello,
I need to export a report in pdf avoiding that the user spend time, because the user execute many times a process to the day.
Some questions
1. How can I set default properties :
-filename
-extension/filter (pdf, rtf, ...)
I d'ont see these properties in frpreview object.
2. It is possible to avoid the savetofile Dialog?
Thanks in Advance.
S.Barco
I need to export a report in pdf avoiding that the user spend time, because the user execute many times a process to the day.
Some questions
1. How can I set default properties :
-filename
-extension/filter (pdf, rtf, ...)
I d'ont see these properties in frpreview object.
2. It is possible to avoid the savetofile Dialog?
Thanks in Advance.
S.Barco
Comments
In other words ...
I need to save about 100 reports in a curl every day to pdf format, then if i execute the savetofile method the user must to do two operations 100 times:
- to indicate the file name
- press click to ok button
Please, how can i avoid this two operations 100 times?
(I d'ont see the filename property and the savetofile method its shows a dialog, and I d'ont want to see the dialog)
TIA