PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → wb 21 return from ajax question
wb 21 return from ajax question
Iniciado por guest, 26,oct. 2016 00:16 - 1 respuesta
Publicado el 26,octubre 2016 - 00:16
Hi,

I lookup a value and if it is found I let the return from ajax focus on an other field. This way keyboard can be used to fillout the looper control

However If nothing is found I need to be able to display a fault with a toast display. This is easily done but after diplaying the error I donnot want the return form the ajax call to the set focus.

This is a problem because 1 is server and the other is browser. so it cannot done by a variabele. Anyone an idea how to get this done?

regards
allard
Publicado el 26,octubre 2016 - 10:52
Hi,

found a work arround

regards
Allard