Hi All!
In Apex 21.1 am calling the download option from a button with this javascript code:
$("#facturas_report_ir_actions_menu").menu("find", "irDownload").action();
The problem is that I don't want the show the Action menu in the report so when I deselect the Include Action Menu option from the Actions Menu attributes of the report this code does not work. It gives an error.
Is there other way to call the download from a button? or hide the Actions button from the report?
Thanks for the help!
Javier