Navision 4.0 > Object Designer > Report
Gordon_Gecko
Member Posts: 2
I want to place the logo of our company onto the invoice (Nr 206)
I tried to use the object designer and then the sections view. But how can I add an image?
Greetings Gecko
I tried to use the object designer and then the sections view. But how can I add an image?
Greetings Gecko
0
Comments
-
If the logo is stored in an external file, you could use an Image control. Preferably, you should store the graphic in a BLOB field in a table (e.g. Company Information?), and use a Picture control.Kind regards,
Jan Hoek
Product Developer
Mprise Products B.V.0 -
Object Designer is the right thing. In the top you see a button with a sledge. Push it. (Menu: View, Toolbox). Choose the right of the two symbols with the boat ('Picture Box') and make the box the way you want. Then go to the properties of this box and set the "SourceExpr" to "CompanyInfo.Picture".Gordon Gecko wrote:I want to place the logo of our company onto the invoice (Nr 206)
I tried to use the object designer and then the sections view. But how can I add an image?
Greetings Gecko
Then you have to add a little code to the "Sales Header"-DataItem. In the third line of the "OnAfterGetRecord"-Trigger you see:CompanyInfo.GET;
.
After that put this line:CompanyInfo.CALCFIELDS(Picture);
Now it should work! (You have to store the picture in the "Company Information", of course.)0 -
Could you please explain, how to show a external file with an image control? As far as I can remember you can only display a bitmap that is integrated in the software. Or am I of the mark?jhoek wrote:If the logo is stored in an external file, you could use an Image control. Preferably, you should store the graphic in a BLOB field in a table (e.g. Company Information?), and use a Picture control.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
