Home » Developer & Programmer » Forms » About Browser Window in Oracle Forms Builder 6i
About Browser Window in Oracle Forms Builder 6i [message #121394] Sat, 28 May 2005 03:31 Go to next message
MEEENAR
Messages: 72
Registered: May 2005
Location: CHENNAI
Member
In Oracle Forms Builder 6i is there is any button like browse button(similar to windows explorer window)
to select a location of a file which is present in the local sytem...
Please Reply me immediately urgent...

Thanks
bye
Re: About Browser Window in Oracle Forms Builder 6i [message #121409 is a reply to message #121394] Sat, 28 May 2005 10:11 Go to previous message
Gurusubramanyam
Messages: 79
Registered: July 2001
Member
Hi,

The below example can be helpful to you.

Bye,
-G.S



DECLARE
v_dir varchar2(50) ;
v_filename VARCHAR2(32000);
BEGIN

---- To show excel files
v_filename:=GET_FILE_NAME(v_dir,File_Filter=>'EXCEL Files (*.xls)|*.xls|');

message(v_filename);message(' ');

END;
Previous Topic: ABOUT FUNCTION KEY F7 AND F8
Next Topic: problem in forms
Goto Forum:
  


Current Time: Wed Sep 18 21:22:34 CDT 2024