Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VARTYPE vs TYPE with Parent property
Message
From
27/07/2002 17:23:37
 
 
To
27/07/2002 13:06:39
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00682266
Message ID:
00683288
Views:
41
Bill-

>Should I change that to this?
>
>DO WHILE TYPE('loObject.Parent.Name')='C'
>  loObject = loObject.PARENT
>ENDDO
>
Checking the type of name is a good technique, generally (as is using ISNULL). The only problem with it is that while *most* objects have a name property, not _all_ objects do.
Previous
Reply
Map
View

Click here to load this message in the networking platform