Displaying 1 result from an estimated 1 matches for "invoicehistoryreport".
2006 May 18
3
How to change CSV properties.....
...History List'']
csv << [nil,"#{((@start_date).to_s).gsub(''-'',''/'')}"]
csv << [nil]
end
report.rewind
send_data(report.read,
:type => ''text/csv; charset=iso-8859-1; header=present;'',
:filename => ''invoicehistoryreport.csv'', :disposition => ''attachment'')
please help me regarding this issue...
--
Posted with http://DevLists.com. Sign up and save your mailbox.