Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return To procedure?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00699673
Message ID:
00699680
Views:
15
>
>DO proc1
>
>PROCEDURE proc1
>?PROGRAM(),datetime()
>DO proc2
>ENDPROC
>
>PROCEDURE proc2
>?PROGRAM(),datetime()
>DO proc3
>?PROGRAM(),datetime()
>ENDPROC
>
>PROCEDURE proc3
>?PROGRAM(),datetime()
>RETURN TO proc1
>ENDPROC
>
>
> MartinJ
MartinJ,

That's the essence of what I was trying except that the procedure I'm trying to get back to is on a form "FRMEDITREPORT.PGFSECTIONS.PAGDOCUMENT.CMDDOCUMENT.CLICK" and is a click method, this is what created and called the custom class that had the error, do you know how I can get back to that. (A class of type Custom doesn't have a release method to just jump out with.)

Thanks for your time.
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform