PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Edit Combo boxes Different v19 to v22
Edit Combo boxes Different v19 to v22
Iniciado por guest, 12,jun. 2017 20:08 - 1 respuesta
Publicado el 12,junio 2017 - 20:08
Hello All,

I am trying to upgrade a project from v19 to v22 and finding a few changes that I need to confirm are me or a issue with Windev.

Combo boxes set the edit when a user types it will assisted input if it is already in the list.
What I see that has changed in v19 it is NOT case sensitive so for example if a user types:

a or A the will get :
Almond

In v21 & 22
a will not bring up anything but A will bring up Almond.

The weird thing is in v21 & 22 the first time you type in the combo box the lower case one works but if you clear it and try again it becomes case sensitive.

DW
Publicado el 24,agosto 2017 - 08:40
I also came across this problem did you over come it