I was trying to display a ComboBox automatically in the following way, but Opus doesn't seem to accept it, does anyone know of any alternative?
if (coincidencias > 0) {
dlg.Control('genero').dropdown = true;
}
I was trying to display a ComboBox automatically in the following way, but Opus doesn't seem to accept it, does anyone know of any alternative?
if (coincidencias > 0) {
dlg.Control('genero').dropdown = true;
}
There is not any "dropdown" property available. Where did you find that?
I found that instruction on a JavaScript site.