[flexcoders] Re: SQL Insert operation fails silently

2007-01-10 Thread nall_daniel
INSERT child since, again, executing INSERT child without the foreign key would result in a runtime error. So now I really, really am curious. So please do post back once you get it all working. g On 12/20/06, nall_daniel [EMAIL PROTECTED] wrote: Thanks Greg, Your advice

[flexcoders] Re: SQL Insert operation fails silently

2006-12-20 Thread nall_daniel
their work done faster. If you do resolve this problem, please post back on this thread with an update on what the solution was. hth, g On 12/19/06, nall_daniel [EMAIL PROTECTED] wrote: No one has any thoughts or suggestions on this? I read another post in CFlex describing the same

[flexcoders] Re: SQL Insert operation fails silently

2006-12-19 Thread nall_daniel
No one has any thoughts or suggestions on this? I read another post in CFlex describing the same problem but no solution there either. Has anyone else experienced this? Dan

[flexcoders] Re: SQL Insert operation fails silently

2006-12-13 Thread nall_daniel
--- In flexcoders@yahoogroups.com, nall_daniel [EMAIL PROTECTED] wrote: 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

[flexcoders] SQL Insert operation fails silently

2006-12-12 Thread nall_daniel
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

[flexcoders] Re: totaling items in datagrid

2006-11-29 Thread nall_daniel
basicCurrencyFormat.format(adjustedAmt.toString()); } else { return emptyField; } } Ben --- In flexcoders@yahoogroups.com, nall_daniel daniel.nall.ctr@ wrote: No one has an answer

[flexcoders] Re: totaling items in datagrid

2006-11-29 Thread nall_daniel
the data is held, not the model. One last thing to do, How can I get my grand total function to run last after the arrayCollection is populated? Dan --- In flexcoders@yahoogroups.com, nall_daniel [EMAIL PROTECTED] wrote: Thanks Ben, I already use similar code with a labelFunction to do sub-totals

[flexcoders] Re: totaling items in datagrid

2006-11-29 Thread nall_daniel
the grand total appears immediately after the dataGrid fills with data and changes whenever the grid changes. Gotta love this stuff Dan --- In flexcoders@yahoogroups.com, nall_daniel [EMAIL PROTECTED] wrote: Okay, I made a little progress on this. Instead of passing the mx:model (which

[flexcoders] Re: totaling items in datagrid

2006-11-28 Thread nall_daniel
No one has an answer to this? Or suggestions? --- In flexcoders@yahoogroups.com, nall_daniel [EMAIL PROTECTED] wrote: I am using the CF/Flex Application Wizard to generate a basic form based application. I have a Master datagrid that list all the purchase requests a user has submitted