PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Execute click event in another control
Execute click event in another control
Débuté par John Marrone, 02 nov. 2005 20:50 - 2 réponses
Posté le 02 novembre 2005 - 20:50
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
Posté le 02 novembre 2005 - 21:24
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)
Posté le 02 novembre 2005 - 21:47
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)