FRM-40734 Internal Error PL/SQL error occurred with forms 11grt2 webutil [message #614151] |
Sat, 17 May 2014 10:33 |
saiphani723
Messages: 38 Registered: July 2006 Location: Hyderabad
|
Member |
|
|
Hi all,
I used the following code in WHEN-BUTTONG-PRESSED
Declare
v_file varchar2(500);
Begin
v_file := CLIENT_GET_FILE_NAME (directory_name => 'D:\Tmp\Secura',
file_name => NULL,
file_filter => NULL,
message => 'Open a file',
dialog_type => OPEN_FILE);
:P1:=v_file;
End;
when i am clicking the btton in the run time i am getting the FRM-40734 Error
All webuitl settings are correct. No errors in the Webutil Diagnostic form statistics.
Please help me on this.
Regards,
SaiPhani
|
|
|
|
|
|
|
|
|
|