Link to home
Start Free TrialLog in
Avatar of Mateen
Mateen

asked on

To show picture by seeing picture path in a datawindow

PB7

Report Name:       rdw_salary_sheet
Sql Behind:          select emp_code, emp_name,picture_path
                          from employee

Result                

emp_code    emp_name     picture_path
0001            abc                c:\picture\abc.bmp
0005            xyz                c:\picture\xyz.bmp
0010            klm                c:\picture\klm.bmp


I want to show actual picture in the report.


How can I do this.
ASKER CERTIFIED SOLUTION
Avatar of tr1l0b1t
tr1l0b1t

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial