Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BINDEVENT & Call Stack
Message
De
02/10/2007 11:03:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
BINDEVENT & Call Stack
Divers
Thread ID:
01257917
Message ID:
01257917
Vues:
69
Hi All -- I am placing BINDEVENT calls on oObject.Control(x).Click events and then want to grab the call stack. However, when I look at PROGRAM(y) I do NOT find the control that triggered the event in the call stack. Instead, I find the delegate method only.

Anyone know how to tell what control triggered the call?
BINDEVENT(oControl, "Click", THISFORM, "metric_start")
<-- record Click start
BINDEVENT(oControl, "Click", THISFORM, "metric_stop", 1)
<-- record Click stop

Thanks in advance! :-)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform