Home » Developer & Programmer » Forms » Webutil File selection Dialogue (Oracle Forms 11g, Windows)
Webutil File selection Dialogue [message #675648] Thu, 11 April 2019 03:55 Go to next message
saiphani723
Messages: 38
Registered: July 2006
Location: Hyderabad
Member
I am trying to opening file to select using webutil with below code
LvFileName:= WEBUTIL_FILE.FILE_OPEN_DIALOG('E:\DSignature\','','JPEG Files (*.jpg)|*.jpg','Select a file') ;
It is opening only E:. Not going to sub directory.
Can you please suggest what need to be done for this.
Re: Webutil File selection Dialogue [message #676627 is a reply to message #675648] Tue, 25 June 2019 09:09 Go to previous messageGo to next message
Littlefoot_fan
Messages: 18
Registered: June 2019
Location: Uruguay
Junior Member
Hello, I hope you solved your problem by now, but if you are still wondering how to make it work, try this:

LvFileName:= WEBUTIL_FILE.FILE_OPEN_DIALOG('E:\DSignature\ ','','JPEG Files (*.jpg)|*.jpg','Select a file') ;

I just added a white space after '\DSignature\'.

Have a nice day.
Re: Webutil File selection Dialogue [message #676628 is a reply to message #676627] Tue, 25 June 2019 11:46 Go to previous message
Littlefoot_fan
Messages: 18
Registered: June 2019
Location: Uruguay
Junior Member
Source: https://community.oracle.com/thread/2347158
Previous Topic: exp [merged 2 old threads by JD]
Next Topic: FRM-92101: There was failure in the Forms Server during startup
Goto Forum:
  


Current Time: Thu Mar 28 06:29:37 CDT 2024