Webutil for Forms 10g - Apple Mac Client - Save File Dialog Box
383153Nov 6 2008 — edited Nov 11 2008I am trying to setup a button on a 10g Form to download a file from an Oracle 10g database. The button uses Webutil package and the client_get_file_name function to ask for a file name and directory to place the file via file transfer from the database.
Using any Windows client, when you press the button the form brings up a Dialog box for the file name. Everything works fine in Windows.
But when I use a Apple Mac client, I get this message when I click on the button:
“oracle.forms.webutil.file.FileFunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.”
I can only assume this maybe because the MAC doesn't use the DLL files that are associated with Webutil, like jacob.dll, etc. ???
Does anybody know of how to get a dialog box to appear on a Mac client from Forms 10g?