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