Issue printing item picture

armela20armela20 Member Posts: 71
edited 2013-08-22 in NAV Three Tier
I need to print the item picture in a report.
I am using NAV 2009 SP1. The report is a classic report.
The field Picture is the standard BLOB field on the item card.
When viewing the picture in RTC, I can actually see a picture, however in classic when I go to Item-->picture, I see a little circle with a line in the middle.
I get the same result on the Classic report.
I have the code needed such as

itemrec.get(itemno)
itemrec.calcfields(picture);

I am using a picture box in the report where source expression is itemrec.picture.


Any ideas ?? I have the feeling that the picture is too big.
The size of the picture is 44.4 kb with colors of red and white.

Any info is appreciated.

Thanks

Comments

  • MBergerMBerger Member Posts: 413
    The classic client cannot show all types of picture...what is the type of picture in your BLOB ? and even if it is a BMP, there are different flavours of that ( uncompressed, RLE compressed, 8 bit, 24 bit etc.)
Sign In or Register to comment.