Skip to Main Content

DevOps, CI/CD and Automation

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!

rep-0108 image not found

user10764411Jan 14 2009 — edited Jan 15 2009
Hi, I am using oracle 10g reports builder
I am trying to dynamic image for the employees at my company according to thier employee ID, few of the employees do not have a pictures.
I am adding the image using the read from file feature.
When an employee has an image everything work fine, but when there isn't an image it gave me the rep-0108 file not found error.
So I tried to use one of the following solution but without any success

1-using exceptions (exception when no_data_found then return ‘c:\dummy.jpg’)
Where dummy.jpg is a dummy image to be displayed for the employee without an image. I soon discovered the
rep-0108 do not raise no_data_found exception.

2-if var_photo is not null then return var_photo; else return ('c:\dummy.jpg'); end if;
where var_photo is the variable where the image is being stored.
That did not work also.

So I am out of options please help me with this problem.
Many thx for all.
This post has been answered by Denis Segard-Oracle on Jan 14 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2009
Added on Jan 14 2009
4 comments
744 views