Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining if node object exists
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00648402
Message ID:
00648409
Views:
11
Since TreeView doesn't have method to checking if node exist, you must use code like this:

On error wait window "Node doesn't exist!"
a=thisform.Olecontrol1.Nodes("Alonso")
On error

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Reply
Map
View

Click here to load this message in the networking platform