It looks like you're new here. Sign in or register to get started.
mohana_cse06 wrote: Can you be more clear?
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
Comments
in same column or row?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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?
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;
What is last parameter 'helo'?
You are incrementing row number after exporting Customer details..increment it after exporting loan details..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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 details
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav