Results 1 to 13 of 13

Thread: [RESOLVED] problem finding listview first column value

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    Resolved [RESOLVED] problem finding listview first column value

    Hi all I am trying to use the following code to find a value in listview first column cell but it keeps failing to find.The value exist but it says it didn't find the value. The value in listview first column is an IP value. I be happy if some one tell me how to make this work .Thanks

    1 Code:
    1. Set lvwitem = Listview1.FindItem(objNode.selectSingleNode("ip").Text)
    2.         If lvwitem Is Nothing Then
    3.            MsgBox "Couldn't be found"
    4.           Set lvwitem = Listview1.ListItems.Add(, , objNode.selectSingleNode("ip").Text)
    5.                   End If
    Last edited by tony007; May 12th, 2007 at 01:26 AM.

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