Home » Developer & Programmer » Forms » "Open File Dialog box" in 10g suit forms
icon4.gif  "Open File Dialog box" in 10g suit forms [message #199135] Fri, 20 October 2006 07:50 Go to next message
hvvaghani
Messages: 7
Registered: August 2006
Location: Surat,(guj),India
Junior Member

hello all gurus

can any body help me..

how to open "open File Dialog box" in Oracle 10g suite (forms)

Thanks in advance
Re: "Open File Dialog box" in 10g suit forms [message #199246 is a reply to message #199135] Sun, 22 October 2006 19:41 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you downloaded 'web_util' yet?

David
Re: "Open File Dialog box" in 10g suit forms [message #199775 is a reply to message #199135] Thu, 26 October 2006 03:23 Go to previous message
kbhujendra@rediffmail.com
Messages: 26
Registered: June 2006
Location: Hyderabad,India
Junior Member

Hi,

You can use Client_Get_File_Name function.But you are required to use webutil.pll

Eg:

Declare
	v_file_name Varchar2(2000);

Begin
	v_file_name:= Client_Get_File_Name('C:\','file_name.xls','XLS Files (*.xls)|*.xls|',NULL,[B]OPEN_FILE[/B],TRUE);
Exception
	
	When Others Then
	  null;
End;


Thanks,
Bhujendra
Previous Topic: URGENT : : PROBLEM IN FORM 9i.
Next Topic: Regarding a form
Goto Forum:
  


Current Time: Fri Sep 20 11:42:35 CDT 2024