User Profile

Collapse

Profile Sidebar

Collapse
cogaihalan
cogaihalan
Last Activity: Oct 23 '08, 04:26 PM
Joined: Oct 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cogaihalan
    replied to TreeView control
    ADezii,

    Its maybe really easy, but I just can't seem to find a way to record that path I show into the textbox and then add another fullpath into the same textbox. Any advice?...
    See more | Go to post

    Leave a comment:


  • cogaihalan
    replied to TreeView control
    Thanks, ADezii,

    I found the solution for this. This following code works:

    Private Sub Tree_NodeClick( ByVal Node As MSComctlLib.Nod e)

    Me.Label1.Capti on = Node.FullPath
    End Sub

    I have no Idea why we have to use the MSComctLib.Node , but it shows the path perfectly.

    Thanks so much for helping me with this VBA. I really appreciate it....
    See more | Go to post

    Leave a comment:


  • cogaihalan
    replied to TreeView control
    ADezii,

    I want to inlcude every node. But only when i select them, it will show the full path. Please advice on how to use if properly for this treeview.

    Thanks...
    See more | Go to post

    Leave a comment:


  • cogaihalan
    replied to TreeView control
    So should i use the IF loop for this? I tries to implement the code in various lines, but the label only shows the node that is above this code.

    Is there anyways to show the appropriate path when choosing any specific node?

    Thanks...
    See more | Go to post

    Leave a comment:


  • cogaihalan
    replied to TreeView control
    Wow thats only a 3 line of codes. lol Thanks man, but i have a compiler error saying that " procedure declaration does not match description of event or procedure having the same name".. that sucks.

    So I went ahead trying to find solutions for this compiler error, but nothing is really showing up.

    Crap, so I created a label so i can show this, using the following code

    Label1.Caption = nodX.FullPath...
    See more | Go to post

    Leave a comment:


  • cogaihalan
    replied to TreeView control
    I hope you can see the tree that i just made.




    One that tree, i created a submit button (it can't do anything yet), but i would love if it can extract from my selection.

    In this ex, i select professional by going through legal- professional, when i click submit button, it should return the string "legal/ professional" like in the example


    http://www.flickr.com/...
    See more | Go to post

    Leave a comment:


  • cogaihalan
    replied to TreeView control
    Thank you, i probably didn't make myself clear enough. It is a lil bit confusing for me.

    I have successfully constructed the tree, but the information that is useful for the end user if they can extract the information out of the tree and use it.

    Using the treview that we have here as an example, if I want to select service quality (which is under OPS and SOAR), is there a way to extract the levels i have go through...
    See more | Go to post

    Leave a comment:


  • cogaihalan
    replied to TreeView control
    Thanks so much. it took me a while. :D There is one more thing that i dont know if the treeview can do. For ex, if im gonna select Service Quality ( Under OPS-SOAR), will it be possible to make a button that will copy the hierachy into the following format: OPS/ SOAR/ Service Quality?

    Thanks so much man. you are the man
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...