Hi all,
I have created a text file named CustomerInfo.txt.
After this I want to add some more information to this text file in the second line.
Is this possible to append information to the already created text file in navision?
If possible, kindly send me the code snippet which will be used to achieve this
Thanks in advance.
Regards,
chandru.
0
Comments
After reading the whole file CustomerInfo.txt, and after writing all lines (with eventually modified data) to the new file CustomerInfo2.txt you can then delete CustomerInfo.txt and rename CustomerInfo2.txt to CustomerInfo.txt.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I am upgrading 3.7B to NAV2013.
We have a number of processing reports that we used to either create or append to the end of an existing file (depending on whether the file exists at the time the report is run).
In 2013 (Windows client), can i still do this, or do I have to further complicate it as Luc suggests, uploading the existing file, appending, and then downloading again?
I have a lot of experience with this on our old version, but the 3 tier is messing with me!