Hi Jaiver,

Try this:

static void ExportTextFile(Args _args)
{
   AsciiIO         outFile;
   BOM             temp;
   str path,       onlyName, ext;
   ;
   path = 'c:';
   ;
   ext = '.csv';
   outFile = new AsciiIO(path + '\\' + onlyName + ext, "W");
   outFile.outFieldDelimiter(",");
   outFile.outRecordDelimiter("\r\n");

   while select temp
   {
       outFile.write(temp.LineNum, temp.ItemId, temp.UnitId, temp.BOMId, temp.BOMType,'',temp.BOMQty, temp.Calculation);
   }

}

ASLGamerHK


jaiver avila <[EMAIL PROTECTED]> wrote:
I am interesed in the code for export from table a
file *.txt

is urgent please

thank

_________________________________________________________
Do You Yahoo!?
Informaci鏮 de Estados Unidos y Am廨ica Latina, en Yahoo! Noticias.
Vis癃anos en http://noticias.espanol.yahoo.com




Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
 
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



必殺技、飲歌、小星星...
浪漫鈴聲  情心連繫
http://ringtone.yahoo.com.hk/


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





Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to