Home » Developer & Programmer » Forms » Webutil WEBUTIL_FILE.FILE_OPEN_DIALOG ERROR (ORACLE FORMS WEBUTIL, 10.2, WINDOWS)
Webutil WEBUTIL_FILE.FILE_OPEN_DIALOG ERROR [message #422348] Tue, 15 September 2009 10:39 Go to next message
infosuresh2k
Messages: 77
Registered: September 2009
Location: CHENNAI, INDIA
Member

Hi,
I writen the below code to open the dialog box in oracle forms

v_file_name := WEBUTIL_FILE.FILE_OPEN_DIALOG(File_Filter=> 'All Files (*.)|*.JPG||*.GIF|');

Dialog box is opening properly, after navigating to C drive and coming back to home folder(user$), dretories are repeating.
see the attached file.

Regards,
Suresh.V
Re: Webutil WEBUTIL_FILE.FILE_OPEN_DIALOG ERROR [message #423074 is a reply to message #422348] Tue, 22 September 2009 00:54 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What happens if you change the double vertical bar to a single vertical bar?

David
Re: Webutil WEBUTIL_FILE.FILE_OPEN_DIALOG ERROR [message #426322 is a reply to message #423074] Wed, 14 October 2009 23:47 Go to previous message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member

hi,

let we try by using this,

v_file_name:= WEBUTIL_FILE.FILE_OPEN_DIALOG
(
'c:\temp',
'',
'|All Files|*.*|',
'Select a file'
) ;

thanks

gurus
Previous Topic: SQL statement to query data in a datablock
Next Topic: Uploading to application server failed
Goto Forum:
  


Current Time: Fri Sep 20 06:36:44 CDT 2024