Skip to Main Content

Oracle Forms

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!

browse window closes automatically when file is opened

AteeqSep 20 2022 — edited Sep 20 2022

Hi experts,
I am using oracle forms 6i and Database (11.2.0.4).
I wrote a code in button pressed trigger to invoke a browse window. When the browse window is opened, the user selects the file (e.g. PDF) and double click it to read. Once the PDF opens, the browser window automatically closes.
Is there a way to keep the browse window open unless the user closes it.
The code is as below:
DECLARE
FNAME VARCHAR2(200);
BEGIN
FNAME:=GET_FILE_NAME('\\172.17.67.16\scan_folder\'||:BLK_GRN_MASTER.PO_NUMBER,NULL,NULL,'All files (*.*)',OPEN_FILE,TRUE);
if FNAME is not null then
host ('rundll32.exe url.dll,FileProtocolHandler '||FNAME);
end if;
END;

Comments

Sudipto Desmukh
See if below posts help you , looks like some minor issue with migration / extensions -

2433625
https://kr.forums.oracle.com/forums/thread.jspa?threadID=2376404
959008
Re: How can i upgrade a source code???
Posted: 30 Αυγ 2012 9:56 μμ in response to: Jang-Vijay Singh Reply

Thank you very very much for replying, and for replying so soon.

I have done already only the last step from the second post!!!!
So, it is obvious that I have to do all the others.

Once more thank you very much,
I hope I will not lose my time once again.
959008
Is there anyone that can help??

I want to develop a portlet for oracle Portal 11.1.1.1. I can not end up o a solution.
I can not set up pdk java developer.
Jdeveloper remains with the server not running.
Eclipse not enough documentation.
Netbeans not enough and updated documentation.
Can I use somethin like netbeans, for java producers and then produce the portlet?

Thank you in advance.
Sudipto Desmukh
Pl check on webcenter forum : 3356
959008
Thank you very very much!!!!
I have tryied all the other solutions and end up again in jdeveloper!!!
It looks like jdeveloper after studing forums and all the ohter solution possibles, is nearest in Oracle Portal 11.1.1. than all the others. So, if it is
1 - 5

Post Details

Added on Sep 20 2022
0 comments
139 views