facing problem at making edit report in navision 5.0
ashisha
Member Posts: 60
i have a report i want to add picture in the top of the report.please help me how i can do this.actually report is existed in navision 5.0.if any one help me then please help me.
0
Comments
-
You put a CALCFIELDS command in the OnAfterGetRecord trigger, and set the field as the SourceExpr of a picture box control.0
-
DenSter wrote:You put a CALCFIELDS command in the OnAfterGetRecord trigger, and set the field as the SourceExpr of a picture box control.
actually i added companyinformation.calcfields(companyinformation.picture) but i am not getting logo of the company.even in another report using the same code logo is appearing .please help me where i wrong
Also please tell me i am going in right direction or not give me some written code help so im can use this .0 -
Make sure you have a picture loaded in the company information table.0
-
ara3n wrote:Make sure you have a picture loaded in the company information table.
i am using this code on predataitem trigger
CompanyInformation.GET('');
CompanyInformation.CALCFIELDS(CompanyInformation.Picture);
picture field is defined in company information table whose type is blob ansd subtype is bitmap.
using the same code on custmer statement report logo is appearing but for credit memo report report using the same code picture is not appearing.
Please help me .0 -
do you add a picture box in the section and set the sourcexp to companyinformation.picture?0
-
design the report. Click on View->Section. Click on toolbox. Click on picture box. add it to the header. right click on the picture box and click on properties. Find Property Sourceexp. Set the value to
CompanyInformation.Picture.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K 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
- 323 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

