Printing Additional Address Fields on Computer Check
knm
Member Posts: 170
Hi,
I'm running NAV2009 R2 RTC client, and am currently modifying a Report Layout so that it shows additional address fields that I added for transaction entries.
For example, assuming that I added Address3 and Address4, I would like these 2 additional fields to be part of the fields printed on the Computer Check report.
I thought I could just add the address fields, but looking at the report section, I see that the following statement is being used, which seems to be using an array.
PrnChkCheckToAddr[CheckStyle::US,1]
Since I'm not familiar with working on this kind of reports, I would greatly appreciate the steps that I should be taking to add the extra Address Fields that I need to add.
I'm guessing that some how I have to add the extra addresses inside the array CheckToAddr[].
Please let me know.
Thank you.
Kenji
I'm running NAV2009 R2 RTC client, and am currently modifying a Report Layout so that it shows additional address fields that I added for transaction entries.
For example, assuming that I added Address3 and Address4, I would like these 2 additional fields to be part of the fields printed on the Computer Check report.
I thought I could just add the address fields, but looking at the report section, I see that the following statement is being used, which seems to be using an array.
PrnChkCheckToAddr[CheckStyle::US,1]
Since I'm not familiar with working on this kind of reports, I would greatly appreciate the steps that I should be taking to add the extra Address Fields that I need to add.
I'm guessing that some how I have to add the extra addresses inside the array CheckToAddr[].
Please let me know.
Thank you.
Kenji
0
Comments
-
OK now I see that under "GenJnlLine - OnAfterGetRecord()" there is the following statement, which is allocating the values in the array.
FOR i := 1 TO 5 DO
CheckToAddr := Text003;
So its looping to insert the Text003 into the ChecktoAddr array, but does anybody know how the value of Text003 determined? And where it is defined?
Thank you.
Kenji0 -
In the variables, is your report calling & using Codeunit "Format Address" (365)?
There is a ton of functions in that CU0
Categories
- All Categories
- 73 General
- 73 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 328 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