Using picture from Company Information

On the company information card, there is an import facility for the company logo. if create a picture box on a report, and use Picture.Calcfields(Picture) and then give the picture box a source expression, Is it possible to show this logo in a picture box on a report? and if so, what would be the source expression, and how would this be linked to the particular item in the PICTURE table ?

Hello, We are often asked to add company logos to Invoices etc. The way we usually do this is as follows: Add Company Information as a global variable. Add the followng code to the relevant section of the report: CompanyInfo.GET; CompanyInfo.CALCFIELDS(Picture); Then add a picture box to the report layout with the source expression: CompanyInfo.Picture Cheers! -------------------------------- Edward Bloomfield Navision Support Consultant Cambridge Online Systems Limited www.cambridgeonline.net

PLEASE READ THE FORUM SUBJECT BEFORE POSTING The “Errors forum” is for reporting errors on this website. Topic moved to “Attain Development” forum. Best regards, Erik P. Ernst, webmaster

Sorry about that !!