Hi there, I am trying to add a picture (which is the company logo) to the sales invoice (Report 206 Sales - Invoice). Following are the steps which i have done to add the picture to the invoice:
1) Add a picture box at the PageLoop, Header (1) section
2) Then, I set SourceExpr = CompanyInfo.Picture
But when i compiled and tried to preview the report, the company logo never show up in the invoice. What have i miss here?
Help pls..... I am just very very new with this navision....
Thanks in advance.....
0
Comments
CompanyInfo.get;
//-- Add the following
companyinfo.calcfields("Picture");
as long as your Logos are stored in the "Company Setup" then the correct logo will appear using this function.
It is also possible to use multiple logos within the same company, all you need is a little bit of different code and a unique identifier.
Regards
Dean