Copy link to clipboard
Copied
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>--->
Copy link to clipboard
Copied
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