:: Forum >>

Writing Back to CSV

I can read a CSV using this program but can anyone assist me by helping me make a form to write this back to my csv file. sounds not that bad dont it . well heres the tricky bit

It needs to run locally thusly i cannot use asp or php it needs to use a static html page with javascript or xhtml but nothing that requires a server

Please assist =]
Jiles Mcgee
Wednesday, May 2, 2007
Ever get your answer?
stew
Thursday, December 13, 2007
Is it possible to Write the Updated Data back to the CSV which has been populated for generating the Active Widgets Grid using the (AW.CSV.TABLE or AW.UI.GRID Object) ?

If yes then can you please provide the sample for it or the method through which I can get it from the AW.js file provided by you......
Wednesday, January 9, 2008
Is it possible to Write the Updated Data back to the CSV which has been populated for generating the Active Widgets Grid using the (AW.CSV.TABLE or AW.UI.GRID Object) ?

If yes then can you please provide the sample for it or the method through which I can get it from the AW.js file provided by you......
Dramil Dodeja
Wednesday, January 9, 2008
It is not possible to directly write your grid data back. You need some sort of program on your server to recieve the data you need to send back. I have a javascript function that creates a standard post (not get as you may have large amounts of data) url and submits it via Ajax.

My javascript function loops row by row through my grid and send each row back as an Ajax call. My Perl script then writes the data to the database and send back an OK or Error message. This is why I choose to go row by row. Let me know if you need a code sample.
Richard Noble
Monday, July 7, 2008

This topic is archived.


Back to support forum

Forum search