Home » Developer & Programmer » Forms » How to add a browse button in Oracle forms 10G (Oracle Forms 10G)
How to add a browse button in Oracle forms 10G [message #670515] Tue, 10 July 2018 04:58 Go to next message
Chaymae
Messages: 1
Registered: July 2018
Junior Member
I want to add a browse button that allow the user to pick a file here is the code i'm using
chemin := win_api_dialog.open_file('Open File'                               -- Window Title
                                ,'C:/'                                -- StartDirectory
                                ,'Microsoft Project Files(*.mp*)|*.mp*|'|| -- FileFilter
                                'All Files(*.*)|*.*|'
                                ,TRUE                                      -- Modal
                                ,WIN_API.OFN_FLAG_DEFAULT                  -- AdvancedFlags
                                ,FALSE                                     -- RaiseException
                                );

Bellow are the steps i've followed

1) I've attached the D2kwutil.pll to my form module

2) I've copied the d2kwut60.dll to my Oracle_Home/BIN

3)I've added Oracle_Home/BIN to my path.

But when i run the form i got the following exception
Quote:

FRM-92101: There was a failure in the forms server during startup. this could happen due to invalid configuration
Re: How to add a browse button in Oracle forms 10G [message #670519 is a reply to message #670515] Tue, 10 July 2018 08:18 Go to previous messageGo to next message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
Isn't D2kwutil.pll a library from Developer 2000, which by it's name is 18 years old?
Re: How to add a browse button in Oracle forms 10G [message #670532 is a reply to message #670519] Tue, 10 July 2018 11:12 Go to previous messageGo to next message
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member
Whats your oracle developer version ?
Re: How to add a browse button in Oracle forms 10G [message #670577 is a reply to message #670515] Fri, 13 July 2018 10:35 Go to previous message
Allenparker
Messages: 1
Registered: July 2018
Junior Member
have any information to this properly?
Previous Topic: Save image from Server to Client System
Next Topic: JAR FILE MISSING
Goto Forum:
  


Current Time: Fri Mar 29 07:00:24 CDT 2024