Trapping WebUtil OLE2 error in Oracle Forms
I have successfully configured webutil on forms 14c and use it to call a custom com object which looks up a postcode. This works fine, however not all users have access to the object(dll) as it is installed on the client PC. I would like to display a custom error message in this case, but to do so would need to trap the webutil error that is displayed when the create_obj fails.
I get a 'WOU-700' error Unable to create the OLE ServerAssdessFinderProxy.clsAddress;Exception com.jacob.com.ComFailException:Can't get object clsid from progid
Can I trap this somehow?