LucieLastic
Programmer
hi All
I have a very simple treeview (no secondary nodes) which contains all the users' usernames listed on the root level. I add the users with AddObject and the object contains the userID etc. Every 10 seconds, a timer is triggered. In this event I also want to check whether any new users have been added, so I query the database for a new list of users and looping thru the dataset I want to check each userID already has a node in the tree.
How do I step thru the tree nodes checking information in the node objects for a new user id in my dataset?
thanks for any help
lou
I have a very simple treeview (no secondary nodes) which contains all the users' usernames listed on the root level. I add the users with AddObject and the object contains the userID etc. Every 10 seconds, a timer is triggered. In this event I also want to check whether any new users have been added, so I query the database for a new list of users and looping thru the dataset I want to check each userID already has a node in the tree.
How do I step thru the tree nodes checking information in the node objects for a new user id in my dataset?
thanks for any help
lou