Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine Which Class I'm In
Message
From
08/10/2004 15:30:00
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00949960
Message ID:
00950024
Views:
15
Mark,

>I have this as a part of my global Error handler to store the Call Stack info into a memo field in my ErrorLog table:
FOR lnI = lnStack TO 1 STEP -1
	lcStack = lcStack + PROGRAM(lnI) + VFP_CRLF
ENDFOR
I had something very similar, but since I read about aStackInfo
I rewrote some lines <g>. It helps tremendously to see the linenumbers
as well - in internal versions I also write out the source code line.

my 0.02 EUR

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform