.bmp file in the Report of Nav 4.0

Sapot
Member Posts: 50
Dears
I have .bmp file which is a signature and i need to put that in a report. Thats basically in the footer of the report. How do i do that?
I have .bmp file which is a signature and i need to put that in a report. Thats basically in the footer of the report. How do i do that?
0
Comments
-
use picture box0
-
Thanks for the response Mohana.
PLease can u explain it clearly0 -
Hi,
Please check the Company Information table and check the reports like Sales - Quote & Sales - Invoice.0 -
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).
I hope this helps you.0 -
Remeber...
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.0 -
mohana_cse06 wrote: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
Strange.. it doesn't work in NAV 5.0 ??0 -
aquawater wrote:Strange.. it doesn't work in NAV 5.0 ??0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions