Re: [Axapta-Knowledge-Village] Append Data to a Text File

2009-10-09 Thread gihan_ax
Thank you very much for your help Edcando. I got success on that. From: Edvandro Santos To: Axapta-Knowledge-Village@yahoogroups.com Sent: Thu, October 8, 2009 10:07:01 AM Subject: Re: [Axapta-Knowledge-Village] Append Data to a Text File Hi Gihan, You

Re: [Axapta-Knowledge-Village] Append Data to a Text File

2009-10-08 Thread Edvandro Santos
Hi Gihan, You can do this using the x++ class called AsciiIO, like this: AsciiIo file = new AsciiIo([fileName], [mode]), where: *fileName* - The name of the file to open *mode* - The mode to create the instance of AsciiIo class To the *mode *param, you can choose the following option

[Axapta-Knowledge-Village] Append Data to a Text File

2009-10-06 Thread gihan_ax
Dear All, I am having a text file called Data.txt. It contains some data. I want to append new data into that same text file without missing previous data. Can any one please help me on this matter? Thank you, Wbr, Gihan