Kent Belan wrote:
> Hello,
> Is there a way in a form method to know what method it was called from ?
> Thanks,
> Kent
>
>
>
>   

Sure...it's in the stack.  Here's a segment of code from my error 
reporting that gets the stack info:

            && echo call stack to error log
            lcStack = "" && init
            for lnLoop = 1 to lnPgmLevel
                lcStack = lcStack + chr(9) + lower(sys(16,lnLoop)) + CRLF
            endfor


-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.
  • Re: Method Name MB Software Solutions

Reply via email to