PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Problem with PageRefresh()
Problem with PageRefresh()
Débuté par Mimmo Ghiara, 08 juil. 2020 11:51 - 2 réponses
Posté le 08 juillet 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
Membre enregistré
31 messages
Popularité : +1 (1 vote)
Posté le 08 juillet 2020 - 12:25
Hi

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

That should help.

Cheers

--
Thanks in advance
Femi
Posté le 09 juillet 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