Pick up a picture in a report [message #633098] |
Tue, 10 February 2015 22:54 |
|
amjad_alahdal
Messages: 102 Registered: October 2013 Location: Saudi Arabia
|
Senior Member |
|
|
Hello guys,
I have designed 6 card colors. I want to use them all in one report depending on the where condition.
I have the following table:
Employee_id Number,
Employee_name ,
Employee_dept_number
________________
I have 6 depts
from 1 to 6
In the report I want to pick up a picture depending on the employee_dept_number.
If the employee_dept_number is 1
the picture directory is for example
c:\orcle\1.bmp
if 2
c:\orcle\2.bmp
________________________
So far, I have build a report and I used a Link File. How can I program that link file to be as the following :
if dept_number = 1
then c:\orcle_\1.bmp
and so on..
thanks
|
|
|
|
|
|
|
|
|
|
|