Hello everybody



I would like to know how to read a text file into AXAPTA.



My users receive about 5 Bank Account Statements every month (very large) and we would like to insert in a temporal table these movements and evaluate them, to make easier the reconciliation process.



We need the process to be user easy, so the idea was to use  import but the files do not have separators (is a text file), remember that each bank has a different format.  In the import the conversion tab assumes that the file is separated, and I think the Import works if the file is separated.



So do I have to make a job?



In C#  this code reads the file



System.IO.StreamReader objReader=System.IO.File.OpenText(@"C:\Documents and Settings\jnsalcedo.DESARROLLO.001\Escritorio\TRANSBS.txt");



string strLinea=objReader.ReadLine();

string strPosicion=strLinea.Substring(1,10);

MessageBox.Show(this,strPosicion);



Thanks in advance for any help



Hilda Cabrejos


           
---------------------------------
Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'

[Non-text portions of this message have been removed]





Yahoo! Groups Sponsor
ADVERTISEMENT


Yahoo! Groups Links

Reply via email to