Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
paulo fabiano #1
saving data in XML
hi, i?m using a model to load a xml file and I?m using a data grid do show
this model data. I created a for to insert new rows in the data grid but I
also wanto to save this new inserted row into the xml file. how can I do it?
is it possible to do with model tag or I must do it with web service or other
way? thanks Paulo
paulo fabiano Guest
-
MySQL - saving data
Hello, just another questions I have 3 databased : A, B, C I can find these 3 databases into /var/lib/mysql/ (3 folders and 2 Ib_log files and a... -
saving data from .FSO
Hi all, I am also looking for similar thing, a simple FSO file reader, something like the SharedObject Reader (SOL) written by Alessandro at... -
Saving FDF data via ASP to be opened in a different PDF
I'm a graphic designer, not a coder, but I have managed to create a web-based PDF form that submits the FDF to an ASP page that routes it to an email... -
Saving data to an XML file???
Is it possible to save data to an XML file? I thought there was but can't seem to find anything to do it. I can read XML data fine, just no way of... -
Saving variables or data
Hi everybody I have a question about saving data via flash. Here is my scenario: I have a swf movie (web site) that contains seminar dates. These... -
twoei22 #2
Re: saving data in XML
I dont know about saving the new row to the FILE.
However you could store your XML as an object and dynamically add a node to it.
Then when ur happy with it save your XML object to a file or send it to a
servelt which will save it..
Hope this helps
twoei22 Guest
-
ntsiii #3
Re: saving data in XML
twoei22 is correct. Use can editField() to update the dataProvider, then use
one fo the three methods to sent that dataProvider(probably send a string using
dataProvider.toString()) to the server which will do the file update. You will
probably just replace the old filewith the modified one.
I do this regularly.
It is difficult to update a single record in a file.
Tracy
Tracy
ntsiii Guest



Reply With Quote

