Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oracle forms runform has stopped working webutil

Khalil F.Jan 7 2019 — edited Jan 7 2019

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 ?

Comments
Post Details
Added on Jan 7 2019
3 comments
536 views