How print Image in Excel [message #89824] |
Mon, 02 August 2004 04:09 |
Karthik
Messages: 63 Registered: February 2000
|
Member |
|
|
Hi Everybody,
I can able to write the data from report to excel, but i'm unable to write the image from report to excel. Its not giving any error , the coding is as follows,
function F_com_logoFormatTrigger return boolean is v_path varchar2(1000); Begin tool_env.getvar('LOGO', v_path);
excel.insertpicture(v_path||''||uid||'- ||:company_code||'.tiff');
end;
Company_code has link with company_logo in database table.
|
|
|