PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Problem with PageRefresh()
Problem with PageRefresh()
Iniciado por Mimmo Ghiara, jul., 08 2020 11:51 AM - 2 respostas
Publicado em julho, 08 2020 - 11:51 AM
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
Membro registado
31 mensagems
Popularité : +1 (1 vote)
Publicado em julho, 08 2020 - 12:25 PM
Hi

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

That should help.

Cheers

--
Thanks in advance
Femi
Publicado em julho, 09 2020 - 10:51 AM
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