Select node

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jerry

    #1

    Select node

    Hello,

    I have written a program in which the user points to a node and a window
    opens up. Each node has its own window. Now I'd like to add a "Next" button
    so the next window opens without having to point to the next or any node. I
    can get the window open, but I'd also like the appropriate node to become
    selected. node.ischecked= true dosn't work. I'm sure I'm missing something
    but I can't figue it out. Could you help me?


    Thanks,


    Jerry


  • iwdu15

    #2
    RE: Select node

    try

    Me.TreeView1.Se lectedNode = NodeYouWantSele cted

    hope that helps
    --
    -iwdu15

    Comment

    • Jerry

      #3
      Re: Select node

      Thanks, but no it didn't work.
      I think I'm missing something. My nodes have a tag. How can I use this to
      select the node?
      How do I define the "NodeYouWantSel ected"?

      Thanks,

      Jerry


      "iwdu15" <jmmgoalsteraty ahoodotcomschri eb im Newsbeitrag
      news:B6151F00-5247-4A6B-B9C3-42B24B468B5E@mi crosoft.com...
      try
      >
      Me.TreeView1.Se lectedNode = NodeYouWantSele cted
      >
      hope that helps
      --
      -iwdu15

      Comment

      Working...