Problem in the Webutil Configuration [message #361567] |
Thu, 27 November 2008 00:35 |
samit_gandhi
Messages: 226 Registered: July 2005 Location: Hong Kong
|
Senior Member |
|
|
Hi,
I am not able to open the open dialogue box in my form. My code is like this :
Declare
Begin
:filename:= Client_Get_File_Name('C:\','*.csv','Text Files (*.csv)|*.csv|',NULL,open_FILE,TRUE);
Exception
When Others Then
null;
End;
I have configure formsweb.cfg and the default.env as per the documentation provided by the Oracle.
I am using oracle application server 10g.
Still when i am pressing the button for the client_get_file_name its not working.
Please help urgently i m stuck since 3 days for this.
Thanks in advance
Samit Gandhi
|
|
|
|
|
|
|