PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Execute click event in another control
Execute click event in another control
Iniciado por John Marrone, nov., 02 2005 8:50 PM - 2 respostas
Publicado em novembro, 02 2005 - 8:50 PM
Hi All
I have seen this before and I should know it by now, but what is the function to execute the click event of a button from another control.
Thanks
John
Publicado em novembro, 02 2005 - 9:24 PM
Hi All
I have seen this before and I should know it by now, but what is the function to execute the click event of a button from another control.
Thanks
John

Hi John,
This should do the trick:
ExecuteProcess(Button_Name,trtClick)
Publicado em novembro, 02 2005 - 9:47 PM
Hi All
I have seen this before and I should know it by now, but what is the function to execute the click event of a button from another control.
Thanks
John
Hi John,

This should do the trick:
ExecuteProcess(Button_Name,trtClick)