Print Image using Reports (Employee Photo)
SANPATMar 31 2011 — edited Mar 31 2011Hi Friends
I am using From 6 ,I want to print Photo of each employee while taking printout. in form it is possible for me to display , but i am not understanding how to take into Report print.
I had selected Linkfile and in pl/sql i had writen the following program. but it is giving the error. in property if i give the in source filename than it takes but taking only 1 image where as every employee is having different photo.
declare
x varchar2(60);
begin
x:='C:\ERP\IMAGE\'||:employee.empno||'.jpg';
READ_IMAGE_FILE(x,'jpg', 'imag');
NULL;
end;
Sandy
Edited by: Sandy on 31-Mar-2011 02:28