Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

picture on report

Status
Not open for further replies.

Digimon02

Programmer
Dec 10, 2002
37
0
0
PH
how can i do this...

i have this product report where list of product are displayed. i want the picture of each product to be included in my report.

only the picture path is saved in the database..

im using vb.. and field definition report
 
Depends on your version of CR.

Try selecting the field, right click and select format field->Hyperlink->A File->X 2->Point to the field.

The users can now right click the field and select go to Hyperlink.

-k
 
I found several ways to do this. All covered in FAQ767-3609 which is a summary from a Crystal Clear earlier this year.

With CR7, the easiest way is to load the image into a DB table.

You also might be able to develop a custom viewer using the RDC and trap the section formatting event to change the image at view time. It won't work with Export, or with CR9 reports.

CR8.5 introduced the COM data object, and I used that in my cViewIMAGE utility (which does exactly waht you want). However, the COM data source isn't available for CR8.0, 7 or earlier.

If you have to stay with CR7, the only solution is to load your images into a DB table.

Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top