DrATEasy (Ron Y.)
Mission Viejo, CA
Jun 6, 2018
371
Posts
Re: Simulate AForm
You can do it, I attached an example, let me know if it works for you:
The OnInit will setup the simulation
SetSimulateProcedures("Form1.btn1.OnClick")
The OnSimulate:
sProc=procCallee
if sProc="SimulateTest.Form1.btn1.OnClick"
OnClick()
...
File Attachment:
SimulateFormEvent.zip