ADF - Component File Download Listener - Setting the output filename
905266May 16 2012 — edited Apr 18 2013Studio Edition Version 11.1.1.2.0
Hi, I would like to learn how to set the output filename as current data + filename. I have a button with the component File Download Listener that has theses parameters
Content/Type: application/pdf
Filename: test.pdf
Method: fullReportPDF()
I needed that when the user clicks the button, that he return the current date + filename statically defined.
How i may to make this?