RE: [flexcoders] FDS and single items

2007-03-07 Thread Dimitrios Gianninas
Sent: Wed 3/7/2007 3:12 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FDS and single items Hi Dimitros, Why don't use those methods directly from the DataService? I mean, DataService.mergeRequired and Dataservice.merge()...could be different? 06 Mar 2007 18:06:42 -0800, Dimi

Re: [flexcoders] FDS and single items

2007-03-07 Thread Carlos Rovira
007 5:50 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FDS and single items I think you want to look for FDS documentation about a Single Managed Object. I believe instead of using the DataService.fill() API, you use DataService.getItem()/DataService.createItem() APIs. http://livedoc

RE: [flexcoders] FDS and single items

2007-03-06 Thread Dimitrios Gianninas
: flexcoders@yahoogroups.com on behalf of Peter Farland Sent: Tue 3/6/2007 5:50 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FDS and single items I think you want to look for FDS documentation about a Single Managed Object. I believe instead of using the DataService.fill() API, you use

RE: [flexcoders] FDS and single items

2007-03-06 Thread Peter Farland
I think you want to look for FDS documentation about a Single Managed Object. I believe instead of using the DataService.fill() API, you use DataService.getItem()/DataService.createItem() APIs. http://livedocs.adobe.com/flex/2/langref/mx/data/DataService.html Also, Lin Lin mentioned SMOs on her