WUF - 210 Invalid or non-existent Client Directory
I am using Oracle Forms 12.1.2.4. I am using WEBUTIL.WEBUTIL_FILE.DIRECTORY_FILTERED_LIST to take some csv files from a client directory, read them and get the data into the system.
It works fine but when the interface is running when the user has switched off the terminal I get the following error :WUF - 210 Invalid or non-existent Client Directory. The error is justified but I want to hide the message. How do I do that?
Apparently as this is not an actual Oracle error handling the error through the conventional way of writing EXCEPTION...WHEN OTHERS THEN... does not work.