So is this built into Flex Builder 4 or do I have to download something else?
--- In [email protected], Evan Klein <e...@...> wrote: > > You would use the dataservice.addItem() and dataService.deleteItem() > methods. Then, if autoCommit=true is not on you'll need to do a > dataService.commit() to send these transactions to the server. > > You'll need this - LCDS Manual: > http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/index.html > <http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/index.html> > > On Wed, May 26, 2010 at 10:02 AM, Stephen <sd_br...@...> wrote: > > > > > > > If I have list a table in a datagrid using data services in flex 4 how do I > > update insert or delete in that datagrid/table. Usually I use HTTPServices > > so have a array collection to work with but there is no array collection > > this time. all i have is an obj:Object containing the insert or update data? > > > > > > > > > > -- > Evan Klein >

