Home » Developer & Programmer » Reports & Discoverer » How print Image in Excel
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.                                                                      

 
Previous Topic: frame formatting conditionally
Next Topic: ERP/DBA/ Oracle Job Opportunities
Goto Forum:
  


Current Time: Tue May 07 05:18:52 CDT 2024