Re: [flexcoders] Problems creating/updating DB record with selection from DropDownList

2012-02-05 Thread Scott Fanetti
It looks like you are setting the status on the change in the drop down list but not casting it. Is that your issue? The change handler does not seem attached - what is triggering it? When you debug it - what are the contents of the drop down list data provider? Sent from my iPhone On Feb 5

[flexcoders] Problems creating/updating DB record with selection from DropDownList

2012-02-05 Thread hermeszfineart
I have been trying to migrate certain form fields from to where the DB columns have foreign keys to different tables (i.e. Status, Categories, Dimensions) so the user does not need to type the values. When I attempt to update the DB record it populates the field with "[object Status]". This i