main logo
Subject: Re: Fully qualified object name function?
Author: Ed Leafe
Posted: 2005/01/31 14:55:57
 
View Entire Thread
New Search


On Jan 31, 2005, at 2:43 PM, Lew Schwartz wrote:

> Is there a built-in that does this? Something like ...
> * Fullname
> LPARAMETERS oObject
> LOCAL cName
> cName = oObject.Name
> DO while TYPE("oObject.Parent") = "O"
> oObject = oObject.Parent
> cName = oObject.Name + "." + cName
> enddo
> RETURN UPPER(cName)

You mean like SYS(1272, oObject)?

___/
/
__/
/
____/
Ed Leafe
http://leafe.com/
http://dabodev.com/




 
©2005 Ed Leafe
<-- Prior Message New Search Next Message -->