rohan_rege
3rd December 2002, 23:11
Hi,

I need to move the error files(ascii) generated by my AFS program on the BaaN (UNIX) Server to a shared Directory on a Computer (OS -Windows) on the Network.


Also before transferring the ASCII file is it possible to convert it into a Excel Sheet , where the the fields in ASCII file are delimited by a tilde ~

I did like to have the code for it , from someone who has done this or has any ideas...
Any suggestions ?


Rgds
Rohan

mark_h
3rd December 2002, 23:51
You could use the server2client command. Then when you open the file in Excel you could tell it what delimiter to use. Or you could launch Excel using app_start and a macro which would read this file for the user. You can check the Code and Utilities directory for samples of these commands.

Mark