Página 1 de 1
Strange Question !
Publicado: Jue Nov 23, 2006 10:28 am
por david fung
Is it possible to tell within a Method what event had trigger it ?
ie. the caller of this Method ? If so, how & what can be determined ?
"oEdit1:OnExit", "TEdit:OnEnter" ....
Regards
David Fung
Strange Question !
Publicado: Jue Nov 23, 2006 11:28 am
por ignacio
David,
Take a look at Clipper functions Procname( x ) and ProcLine( x )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <
davfung@yahoo.com> escribió en el mensaje
news:[email=
456569d8@news.xailer.com...]
456569d8@news.xailer.com...[/email]
> Is it possible to tell within a Method what event had trigger it ?
>
> ie. the caller of this Method ? If so, how & what can be determined ?
>
> "oEdit1:OnExit", "TEdit:OnEnter" ....
>
> Regards
> David Fung
Strange Question !
Publicado: Jue Nov 23, 2006 11:28 am
por NoName
David,
Take a look at Clipper functions Procname( x ) and ProcLine( x )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <
davfung@yahoo.com> escribió en el mensaje
news:[email=
456569d8@news.xailer.com...]
456569d8@news.xailer.com...[/email]
> Is it possible to tell within a Method what event had trigger it ?
>
> ie. the caller of this Method ? If so, how & what can be determined ?
>
> "oEdit1:OnExit", "TEdit:OnEnter" ....
>
> Regards
> David Fung
Strange Question !
Publicado: Vie Nov 24, 2006 10:17 am
por david fung
Great, Thanks !
Strange Question !
Publicado: Vie Nov 24, 2006 10:17 am
por david fung
Great, Thanks !