Hi all,
1) I want to get a treeview to be generate with following recordset so how can I do this ?
Sorry ! not work with treeview control before in VB 6.0?
attached image is displays how treeview should looks.Code:Recordset : SELECT userm FROM usermaster WHERE deleted = No
2) Another que. is that when I click on perticular node of treeview(username) then what shall I write in WHERE condition of recordset which I am using to display records in gridCode:e.g. Select password,active from usermaster where username = 'Admin' (treeview node name)




Reply With Quote