Hi All,
I have developed a program which downloads a file at application server.
each record of file is 500 characters long & have CRLF at end.
the file looks fine when opened in .txt format.
however when i download it from application server to presentation server (using function "download to my computer"), & at presentation when i try to open it in excel format, it shows a blank line after every record.
i don't want this blank line to appear if i download it & open it in excel.
the file record is declared as char500 type.
Please suggest how to deal with this.
thanks in advance.
Regards,
Puja.