Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Print Image using Reports (Employee Photo)

SANPATMar 31 2011 — edited Mar 31 2011
Hi 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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 28 2011
Added on Mar 31 2011
23 comments
1,209 views