PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Inizalization page event
Inizalization page event
Iniciado por Mimmo Ghiara, jun., 05 2020 9:09 AM - Sem resposta
Publicado em junho, 05 2020 - 9:09 AM
Good morning
is there a way to avoid that by pressing a link or a clickable image the initialization event of the web page is not executed? I give an example. If I use a Drawer and in one page I have 6 and I want all of them to be Collapsed initially. Each of these Drawers contains a looper this looper has a link to edit the row / record and a 'delete' link. I open the page and the initialisation process closes all the drawers, I open a drawer, I have to modify a row and I press the link 'Modify' the first thing it does is to close the drawer because it executes the initialization event of the page. Is there any way to avoid it? I tried to put a variable but it reinitialises to zero. Give me a suggestion.
Thanks

Mimmo