PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Problem with WebDev looper not saving updates to database if the changes are changed via code rather than manually via keyboard
Problem with WebDev looper not saving updates to database if the changes are changed via code rather than manually via keyboard
Iniciado por John K, 13,ago. 2015 13:12 - No hay respuesta
Miembro registrado
5 mensajes
Publicado el 13,agosto 2015 - 13:12
Hello,

This question relates to WB 20

Hopefully someone can help me.

I have a page, on the page there is a looper that whose source is a query.

In the looper I have some edit fields. If I change a value in one of the fields manually, the changed value immediately is reflected in my HFSQL database.

BUT, when I change the value of the same field programatically, the changed value is not updated in the database until, I update another field or combo-box in my looper manually, with keyboard, does the value that was changed programmatically get reflected in the database.

I've looked high and low in the docs and am just plain stuck.

I'm sure the looper can handle this but just unsure which process, or event I can use on the looper to force it to send the updates the fields in the looper row as it does automatically when I change the values manually.

I'm sure this is a newbie question.

Thanks heaps in advance.