My sub-form in a CF Wizard generated form is not inserted into the database. I have a purchase form with a main form and a subform (datagrid). Main form is based on a table and subform on a related table. The form was generated by using the CF Wizard in Flex Builder. For a new purchase, the create (SQL INSERT) operation will insert the main form data into the database but does not insert the subform data. It does not fail or error out. It simply doesn't insert the data. If I then edit the same purchase, the update (SQL UPDATE) function works perfectly and all data is passed. The are no flash debug errors nor SQL errors.
Any ideas? Dan

