Page 1 of 1

handleEvent

Posted: Thu Nov 02, 2023 9:55 am
by chiaiese
Hello,
is there any way to know which funtion or routine is firing an Event?
If I put a trace in my prg I get the following:

[.\wControl.prg->TGET:FWLOSTFOCUS] ( 1335) Called From:
.\wControl.prg->TCONTROL:HANDLEEVENT( 1930)
.\wTGet.prg->TGET:HANDLEEVENT( 1386)
.\wWindow.prg->_FWH( 3772)
->WINRUN( 0)
.\wWindow.prg->TMDIFRAME:ACTIVATE( 1168)
.\clsApp.prg->CAPP:START( 402)
..\prg\M.prg->MAIN( 720)

So I know that my TGET object is loosing focus but I don't know why (I'm not leaving the app)

best regards
Roberto