Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RemoveObject does it at will
Message
From
29/01/2004 04:22:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
RemoveObject does it at will
Miscellaneous
Thread ID:
00871699
Message ID:
00871699
Views:
61
Hi.
VFP7.0, sp1.
The following code:
With This &&(container)
.RemoveObject('Label2')
.RemoveObject('Command3')
.RemoveObject('Command4')
* doing something irrelevent to Command3/4
?VarType(.Command3)+VarType(.Command4)+VarType(.Label2) - displays OOU
EndWith
Changing to VarType(This.Command3) doesn't help
if i put VarType(.Command4.Tag)
"Unknown element" error message.

...scratching the back of the head
yours truely
Kamil
A moment of silence is our cosmic reset button.
Next
Reply
Map
View

Click here to load this message in the networking platform