Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding ASTACKINFO
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01684243
Message ID:
01684248
Views:
25
>Hi,
>
>Please explain to me what I don't understand. A form is being open. The INIT should fire first. Then user clicks on a button cmd.Go_Next and the code in method thisform.go_next is executed. This code comes across an error.
>I analyze the stack. But the method INIT is not in the aProgStack. This is the sample code how I scan through the stack:
>
>ASTACKINFO(aProgStack)
>FOR iEle = 1 TO ALEN( aProgStack, 1 )
>      
>NEXT
>
>
>What am I missing?
>
>TIA

Since the aStackInfo is not very useful in finding where the problem occurs (as I described in the message to Dragan), can I use the PROGRAM(??) to find which method was executed before the GO_NEXT()
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform