combo box error
Hello,
I am very new to Flex and have a question I hope someone can help me with.
My application was built using the ColdFusion Flex application wizard. The
application uses MSSQL server with Coldfusion.
It seems that I am required to select an item from a comboBox even if the item
I want is already being displayed. You must select an entry from the combo box
by iether reselecting the item currently displayed or selecting one of the
other options
If I do not make a selection from the combo box I am returned with an error
even if the item I want is already displayed.
i(mx.rpc::Fault)#0
errorID = 0
faultCode = "Server.Processing"
faultDetail = "[Macromedia][SQLServer JDBC Driver][SQLServer]The INSERT
statement conflicted with the FOREIGN KEY constraint
If you open the combo box and make a selection everything woks well.
Can I have it so that if the item I want from the combo box is already
displayed, it will accept that result without having to reselect the item from
the combo box?
Thanks in advance for your help.
|