PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM20] Combobox does not set right value
[WM20] Combobox does not set right value
Iniciado por kjvanaltena, 01,jul. 2015 12:51 - 1 respuesta
Publicado el 01,julio 2015 - 12:51
Hello,

I have the folowing analysis for an android app




An user can fill in a form based on 'Melding'
On this form I have two comboboxes. One is filled by 'Meldingtype.omschrijving' and the other by 'Werkmaatschappij.omschrijving'.

Values are passed around and saved by FileToScreen(), ScreenToFile() and HSave() etc

Problem is that when I want to show a form that was previously saved, the comboboxes are not set to the correct values. it always shows the first value in the list. Another strange thing is that this does not occur when I test the app by right-click 'test' on window in WM20. It only occurs when using the app on a device.
Also the correct values are passed by FileToScreen().

please let me know how to fix this.
Publicado el 21,agosto 2015 - 12:22
does someone have an idea to fix this?