I use two different methods of placing a company logo on a report/Document.
1. You can import the logo bmp into the picture field on "Company Information". Then on your report you would have code something like this
CompanyInfo.GET;
CompanyInfo.CALCFILEDS(Picture);
Then on the Section Header place a PicturBox with the
SourceExpr CompanyInfo.Picture
2. You can store a Bitmap on your pc .
Then on the SectionHeader of your report add a PictureBox but this time set 2 properties
BitmapList C:\AnyDir\Pic.bmp
SourceExpr 0 (zero).
1.) Navision can not print in color.
2.) If you use the second option, you can not design the report if you do not have the picture on your computer in the path you entered.
1. You can import the logo bmp into the picture field on "Company Information". Then on your report you would have code something like this
CompanyInfo.GET;
CompanyInfo.CALCFILEDS(Picture);
Then on the Section Header place a PicturBox with the
SourceExpr CompanyInfo.Picture
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
PLease can u explain it clearly
Please check the Company Information table and check the reports like Sales - Quote & Sales - Invoice.
1. You can import the logo bmp into the picture field on "Company Information". Then on your report you would have code something like this
CompanyInfo.GET;
CompanyInfo.CALCFILEDS(Picture);
Then on the Section Header place a PicturBox with the
SourceExpr CompanyInfo.Picture
2. You can store a Bitmap on your pc .
Then on the SectionHeader of your report add a PictureBox but this time set 2 properties
BitmapList C:\AnyDir\Pic.bmp
SourceExpr 0 (zero).
I hope this helps you.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
1.) Navision can not print in color.
2.) If you use the second option, you can not design the report if you do not have the picture on your computer in the path you entered.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Strange.. it doesn't work in NAV 5.0 ??
RIS Plus, LLC