I use the WIN_API library, exactly the function
WIN_API_SHELL.WINEXECblock.file_name_xls,WIN_API.SW_SHOWNORMAL,TRUE);
:block.file_name_xls contain 'c:\sheet.xls'
(the file exist in the root directory)
I want open the excel application with the file store in the item.
then, forms send me the following message :
trigger raised unhandled exception ORA-01403
why?
WIN_API_SHELL.WINEXECblock.file_name_xls,WIN_API.SW_SHOWNORMAL,TRUE);
:block.file_name_xls contain 'c:\sheet.xls'
(the file exist in the root directory)
I want open the excel application with the file store in the item.
then, forms send me the following message :
trigger raised unhandled exception ORA-01403
why?