Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

record duplicated in combobox

Guest
Oct 28, 2009 Oct 28, 2009

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>--->

363
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 05, 2009 Nov 05, 2009
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources