Re: [U2] Pushing csv

2007-11-13 Thread Charles Barouch
All, Once again, this list has provided me with excellent answers. I just implemented the new changes successfully and have a happy client. Thank you to all responders. - Chuck --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.or

RE: [U2] Pushing csv - solution and [AD] Real spreadsheets

2007-11-09 Thread Tony G
> From: Dave Walker > We automatically send CSV-formatted ASNs (Advance Ship > Notices), ...that, to the user, appears to be an > Excel spreadsheet. NebulaXLite generates real formatted Excel spreadsheets from BASIC. The documents can also be opened from OpenOffice and Google Docs. You don't nee

RE: [U2] Pushing csv

2007-11-09 Thread Glen Batchelor
iginal Message- > From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf Of Rex Gozar > Sent: Thursday, November 08, 2007 5:43 PM > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] Pushing csv > > Charles, > > To have the browser treat your data st

RE: [U2] Pushing csv

2007-11-09 Thread Dave Walker
We automatically send CSV-formatted ASNs (Advance Ship Notices), but use the following to send them as an attachment that, to the user, appears to be an Excel spreadsheet. Some of the more informative lines would be: 027: MAIL.TO.EMAIL<1,1> = '[EMAIL PROTECTED]' 028: MAIL.TO.NAME<1,1> = 'ASN Lis

Re: [U2] Pushing csv

2007-11-08 Thread Rex Gozar
Charles, To have the browser treat your data stream as a download, you need to set the HTTP header "Content-type: application/download". This needs to be set in the "header", not the section. Universe has the setRequestHeader() function, but the documentation is not clear on how to set the

RE: [U2] Pushing csv

2007-11-08 Thread Symeon Breen
something different. Rgds Symeon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Barouch Sent: 08 November 2007 17:14 To: u2-users@listserver.u2ug.org Subject: [U2] Pushing csv All, I am building CSV data and HTML data out of a database and

[U2] Pushing csv

2007-11-08 Thread Charles Barouch
All, I am building CSV data and HTML data out of a database and pushing the results back to the browser which made the request. I have no problem building the data or pushing the HTML. The CSV data, however is tricky because it is in memory, not a file, and I need to know how to send it to th