PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Problem with PageRefresh()
Problem with PageRefresh()
Iniciado por Mimmo Ghiara, 08,jul. 2020 11:51 - 2 respuestas
Publicado el 08,julio 2020 - 11:51
In my application I have a button that adds some records to a database table. These records must be loaded into a lopper. At the end of the procedure that generates the data and saves them on the table, I reload the looper via code but this operation does not show any change in the looper.
The looper doesn't display any records, I have to reload the page to see the records in the looper.
I tried to insert PageRefresh () but webdev gives me an error. How do I refresh the page?
Thank you
Miembro registrado
30 mensajes
Popularité : +1 (1 vote)
Publicado el 08,julio 2020 - 12:25
Hi

Add Looperdisplay(loopername, tainit) after loading. Check the syntax for other options

That should help.

Cheers

--
Thanks in advance
Femi
Publicado el 09,julio 2020 - 10:51
Thanks for the reply,
I had already tried but the looper is managed by the code, there is no query

I don't know what to do, if I reset the page with the browser button it reinitializes everything and it is not good

Thank you
Mimmo