PDA

Click to See Complete Forum and Search --> : Print images and design print form for CR10?


BlackMN
Jun 4th, 2008, 05:16 AM
Hi man ! First i'm sorry about my very bad English:(
I'm using VB6 and Crystal Report 10 for my business. I have a recordset have 3 field : id , name,image. The image field only have path of file images (not OLE) . The syntax of image : app.path & "Images\" & id & ".jpg"
Ex:

id name image
1 Bill c:\images\1.jpg
2 Tommy c:\images\2.jpg

1. I can't load image in CR and VB6. CR only ecept stactic with image and OLE
2.I only want click a button and VB will make CR to print the last record, I dont want use sub printreport of CR. How can i do that ?
Thanks for advance