Skip to main content
October 28, 2009
Question

record duplicated in combobox

  • October 28, 2009
  • 1 reply
  • 390 views

Hi People,

I have two combobox that are genereted from selects, a father and a son.


My problem is that when i change the in  first combo, in the second combo apears the first record from the combo father, plus all the records of the combo selected.

follow the code:

<!---<SELECT NAME="IDreg">
                 <CFOUTPUT QUERY="Reg">
                 <OPTION VALUE="#IDreg#">

                <CFIF IDreg EQ IDreg><OPTION VALUE="#IDreg.IDreg#"<CFIF IDlinha EQ
IDlinha> SELECTED</CFIF>>#descricao</OPTION></CFIF></CFOUTPUT>

                </CFOUTPUT>
                         </SELECT>--->

    This topic has been closed for replies.

    1 reply

    Inspiring
    November 6, 2009

    Can you post the real code?  That code you posted is commented out, so is definitely not the code you're running ;-)

    A self-contained repro case would be the best thing to post (esp. as quite often when contriving the repro case one will find out what the problem is...)

    --

    Adam