Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Popup with open and save file option

VedantJan 25 2013 — edited Jan 25 2013
Hi,

I have created a button on my page name as "Export File" and created a process and called on "EXPORT FILE" button. I am using utl file in this procedure and i want to download this file and file will be .ics file using for calendar.
My page process code is
begin
pro_create_ical(:P6_START_DATE,:P6_END_DATE);
end;
when i click on export file button it should raise a popup with open and save file option.



How i can do this?



Thanks & Regards
Vedant

Edited by: Vedant on Jan 25, 2013 1:59 AM

Edited by: Vedant on Jan 25, 2013 2:00 AM

Edited by: Vedant on Jan 25, 2013 3:49 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2013
Added on Jan 25 2013
0 comments
270 views