Hi,
Trying to run a form with webutil, I got the error : "oracle forms runform has stopped working" when the form execute the line :
v_fName := WebUtil_File.File_Open_Dialog
(
directory_name => null
,File_Filter => null
,Title => 'loading...'
);
Any idea plz ?