How to add customer details and customer ledger entry i
suryateja
Member Posts: 9
hi everybody,
i need to add customer details and ledger entries in same column in export to excel............is it possible please help me
i need to add customer details and ledger entries in same column in export to excel............is it possible please help me
0
Comments
-
Can you be more clear?
in same column or row?0 -
In same column..0
-
with example..mohana_cse06 wrote:Can you be more clear?0 -
okay for example
cus001 surya
1000000
8498
89438
// i want this loan details to be started from the column
exactly beside customer details in export exel
i.e cus001 surya 10000
8498
894380 -
suryateja wrote:okay for example
cus001 surya
1000000
8498
89438
// i want this loan details to be started from the column
exactly beside customer details in export exel
i.e cus001 surya 10000
8498
89438
which nav version do you use?0 -
I use NAV 2009 SP10
-
hi experts,
please check my code and help me
in pre data item
Row := 1;
in on after get record()
EnterCell(Row,1,Customer."No.",TRUE,FALSE,'helo');
EnterCell(Row,2,Customer.Name,TRUE,FALSE,'helo');
EnterCell(Row,3,Customer."Phone No.",TRUE,FALSE,'helo');
EnterCell(Row,4,Address,TRUE,FALSE,'helo');
EnterCell(Row,5,Customer."Search Name",TRUE,FALSE,'helo');
Row := Row + 1;0 -
what is the problem/question here in your code?
What is last parameter 'helo'?
You are incrementing row number after exporting Customer details..increment it after exporting loan details..0 -
Hi mohana,
thanks for reply ... am a fresher here i written this code for practise... will u please tell me how should i increment row after exporting loan details0 -
Please contact your ssenior in office and ask for training.. :thumbsup: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
- 326 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
