Home » Developer & Programmer » Reports & Discoverer » Display Dynamic image in report 6i
Display Dynamic image in report 6i [message #188665] Mon, 21 August 2006 02:56 Go to next message
s4sam
Messages: 18
Registered: October 2005
Location: pakistan
Junior Member
Hi
I have pictures in C:\pictures folder in .jpg format. The names of pictures is exactly same as the employee codes. I want to display the picture of each employee with the data of employee on report 6i. I am in problem for 3 days. Searches even not helped me. Help me plz.
Re: Display Dynamic image in report 6i [message #188689 is a reply to message #188665] Mon, 21 August 2006 04:03 Go to previous messageGo to next message
s4sam
Messages: 18
Registered: October 2005
Location: pakistan
Junior Member
In query add a column like
select employee_id , 'C:\pictures\' || employee_id || '.jpg' as pic
from employee.
On the property pallete of pic set Read from file property to Yes &
File format to Image.
On layout modal add a field in the frame and set the source to pic.
Re: Display Dynamic image in report 6i [message #637215 is a reply to message #188689] Wed, 13 May 2015 02:54 Go to previous message
rzkhan
Messages: 370
Registered: March 2005
Senior Member
Thanks.it works fine

Riaz

[Updated on: Wed, 13 May 2015 02:54]

Report message to a moderator

Previous Topic: Rdf to Excel with images
Next Topic: Calling one rdf in another rdf design
Goto Forum:
  


Current Time: Tue Apr 16 00:12:22 CDT 2024