Results 1 to 6 of 6

Thread: [RESOLVED] treeview with recordset

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member shirishdawane's Avatar
    Join Date
    Dec 2004
    Location
    Mumbai,India
    Posts
    363

    Resolved [RESOLVED] treeview with recordset

    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?

    Code:
    Recordset : SELECT userm FROM usermaster WHERE deleted = No
    attached image is displays how treeview should looks.

    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 grid
    Code:
    e.g. Select password,active from usermaster where username = 'Admin' (treeview node name)
    Attached Images Attached Images  
    On Error GoTo http://www.vbforums.com

    Note :
    1) Please use [vbcode]your code goes in here [/vbcode] tags when posting VB code.
    2) Please mark thread as Resolved using the Thread Tools menu, if you got solution.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width