PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] Problem with Combo Box in a Looper (bug?)
[WD19] Problem with Combo Box in a Looper (bug?)
Iniciado por guest, 15,dic. 2015 18:41 - 4 respuestas
Publicado el 15,diciembre 2015 - 18:41
Hi,

I am using a Combobox conrol inside a looper control. In the description it is linked to an identifiervalue (Link Tab) and filled by a file (Content tab).

Did the same on regluar tables instead of loopers many times wih correct result.

But in the looper the Combobox always Show the same value for each item, although the indentifiervalue is different (checked by showing this value in another control).

Is it a bug? Or may I overlook something, there are not many things which can be modified.

Thanks for any hints

Erik
Publicado el 15,diciembre 2015 - 18:51
When I click on one of the comboxes, then suddenly all the others Show correct values :confused:
Publicado el 15,diciembre 2015 - 18:56
But sometimes it Needs an additional move of the vertical scrollbar to Show all values correct :confused: :confused:
Publicado el 16,diciembre 2015 - 08:32
Hi,

I remember having such a problem.
I'm not sure, but I think that placing a ListDisplay(MyLooper.MyCombo) in the initialization section of my window solved this bug

Regards,
Bart
Publicado el 16,diciembre 2015 - 10:38
Hi Bart,

you are the winner of today :-)
your solution did it !

Thanks a lot

Erik