treeview for access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mmfabio51
    New Member
    • Jun 2008
    • 3

    treeview for access

    I am looking for a good treeview object to display a recursive parent child table. I had a lot of difficulty to use it with different libraries for vb.

    Can you help me.

    Sorry for my very bad english.
    mmfabio51
  • ADezii
    Recognized Expert Expert
    • Apr 2006
    • 8834

    #2
    Just subscribing, will return later.

    Comment

    • ADezii
      Recognized Expert Expert
      • Apr 2006
      • 8834

      #3
      I wrote some code for you that will demonstrate how you can display a Parent/Child Relationship graphically within the confines of a TreeView Control. I also included some code that will demonstrate the use of Recursion in conjunction with the TreeView Control. These demos use the familiar Employees, Customers, and Orders Tables of the sample Northwind Database. I feel as though posting the code will be confusing to say the least, so I will make the Demo available to you as an Attachment to this Message. Should you have any question whatsoever, please feel free to ask.

      Comment

      • mmfabio51
        New Member
        • Jun 2008
        • 3

        #4
        Thanks a lot for your contribution. I did a similar thing but with a stupid mistake.

        I hope to get in touch with you again to take advantage from your precious suggestions.

        My english is very bad.

        mmfabio51

        Comment

        • ADezii
          Recognized Expert Expert
          • Apr 2006
          • 8834

          #5
          Originally posted by mmfabio51
          Thanks a lot for your contribution. I did a similar thing but with a stupid mistake.

          I hope to get in touch with you again to take advantage from your precious suggestions.

          My english is very bad.

          mmfabio51
          You are doing quite well with your English, and as far as programming the TreeView Control, it can be complex and confusing to say the least.

          Comment

          Working...