BLOB download from button (not table)
DirdApr 11 2013 — edited Apr 12 2013Hi guys,
I have a page allowing users to generate a statpack report from various databases. This is then stored into an APEX table.
The user process I want is:
1. User fills out requirements (host, db, begin time & end time)
2. User clicks the "Download" button
3. download pops up (after its gone to the server & inserted the report back into the APEX table)
I don't want to display a table on the page & have them have to click the most recent row's BLOB column (the solution in around 10 threads on here). How can I make it automatically pop up the download? Someone have a PL/SQL block which will do this?
Thanks for any help
Mike