Re: [flexcoders] FDS and single items

2007-03-07 Thread Carlos Rovira
Sent: Tue 3/6/2007 5:50 PM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.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

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, Dimitrios

[flexcoders] FDS and single items

2007-03-06 Thread Darren Houle
I am developing my first FDS application. It's small, and basically just a big form comprised of about 75 fields; radio groups, comboboxes, text inputs, etc. Each time a new form is submitted it creates one row in a large table. The form can be retreived and edited later, which just updates

RE: [flexcoders] FDS and single items

2007-03-06 Thread Peter Farland
] FDS and single items I am developing my first FDS application. It's small, and basically just a big form comprised of about 75 fields; radio groups, comboboxes, text inputs, etc. Each time a new form is submitted it creates one row in a large table. The form can be retreived and edited later

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