handleEvent

Post Reply
chiaiese
Posts: 56
Joined: Wed Feb 08, 2006 10:32 pm
Location: Roma, Italia
Contact:

handleEvent

Post 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
Roberto Chiaiese
R&C Informatica S.n.c.
http://www.recinformatica.it
info@recinformatica.it
Post Reply