Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Name of calling process
Message
From
25/09/2010 08:48:57
 
 
To
25/09/2010 08:36:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01482702
Message ID:
01482705
Views:
60
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform