Oracle Forms (MOSC)

MOSC Banner

WEBUTIL_FILE.FILE_OPEN_DIALOG is not opening the directory which is passed as input ( after Oracle 1

edited Jan 25, 2019 6:09AM in Oracle Forms (MOSC) 4 commentsAnswered

Dear Team,

webutil_file.file_open_dialog is not opening the directory which is passed as input. Currently it is opening the window with default directory ( h:\my documents). Could you please help me out here?

Sample code below,

declare

l_default_dir varchar2(30) := 'H:\my data';

l_dir varchar2(100);

begin

l_dir := l_default_dir || '*';

webutil_file.file_open_dialog (l_dir, null,null, 'Select the file');

----next logic ........

end;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center