Question : generating text files

Dear All
When a user click on a button, I want to generate a textfile from a table to a user selected directory
regards

Answer : generating text files

Hi,

To make Comma delimited simply change this line (# 65)...

                          CsvLine.Append(.Item(j) & Chr(9))
to
                          CsvLine.Append(.Item(j) & ",")

These files are generated on the Server, and I then pass the link to the client in the .aspx page for downloading... (On a daily basis I clean-up the folder...)

Espavo
 

Random Solutions  
 
programming4us programming4us