Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Name of calling process
Message
De
25/09/2010 08:48:57
 
 
À
25/09/2010 08:36:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Divers
Thread ID:
01482702
Message ID:
01482705
Vues:
59
>I am getting an error in one of my methods. This method can be called by many other methods. Is there a way to find out which method is calling the erroneous one?
>
>Thanks

Yes,
	 ?program(program(-1)-1)
	
	** or
	local pp[1]
	if( astackInfo(pp) > 1 )
		?pp[2, 2]
		?pp[2, 3]
	endif
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform