|
|
Clarion 6 - General
Started by Carl Bergman at 09-11-2008 1:23 AM. Topic has 2 replies.
 
 
|
|
Sort Posts:
|
|
|
|
09-11-2008, 1:23 AM
|
Carl Bergman
Joined on 03-21-2007
Finland
Posts 10
|
command to retrieve name of currently running procedure
|
|
|
|
|
Is there any command I could embed to retrieve the name of the currently running procedure?
|
|
|
|
|
Report
|
|
|
|
09-11-2008, 5:58 AM
|
Tony Tetley

Joined on 10-25-2005
Missouri, USA
Posts 80
|
Re: command to retrieve name of currently running procedure
|
|
|
|
|
You didn't say what version of Clarion you are using, but in 6.3 ABC you will see this shorty after the CODE statement:
GlobalErrors.SetProcedureName('name of procedure')
So you should be able to retrieve it from there.
HTH,
Tony
|
|
|
|
|
Report
|
|
|
|
|
|