Consultor Eletrônico



Kbase P168388: How to simulate a button click in GUI for .NET
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/06/2010
Status: Unverified

GOAL:

How to simulate a button click in GUI for .NET

GOAL:

How to execute programmatically the code in a button click event handler

FACT(s) (Environment):

Windows
OpenEdge 10.2x

FIX:

.NET events such as a button click cannot be published directly from ABL. Instead, put the code of the button click event handler into a separate method. That method can then be called by the button click event handler, and also from any other point in the application where the code should be executed.