meemoomeemoo
November 27th, 2006, 11:43 AM
I have to generate a report containing data and images in the database, e.g. product information + product image (kept as "image" type in MSSQL database). The information and images are kept in one table named "ProductInfo". The no. of images may vary depending on user input, e.g. on-shelf date. The expected output of the report is similar to below:
<<image1>>
Item: ABC Shampoo
Product No.: 1111
<<image2>>
Item: XXX Toothpaste
Product No.: 2222
<<image3>>
Item: YYY Shaver
Product No.: 3333
User will input the date range in a VB form and a Crystal Report Preview will show the output. I am currently using VB.NET 2003, Crystal Report 10, MSSQL 2000. Would you please help? Thanks very much.
Regards,
<<image1>>
Item: ABC Shampoo
Product No.: 1111
<<image2>>
Item: XXX Toothpaste
Product No.: 2222
<<image3>>
Item: YYY Shaver
Product No.: 3333
User will input the date range in a VB form and a Crystal Report Preview will show the output. I am currently using VB.NET 2003, Crystal Report 10, MSSQL 2000. Would you please help? Thanks very much.
Regards,