Results 1 to 5 of 5

Thread: adding subitems to a listview [resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172

    adding subitems to a listview [resolved]

    I am rather stuck.. i try to add items and then fill the subitems..

    VB Code:
    1. fotolist.Items.Add(temprs.Fields("nr").Value)
    2.             fotolist.Items(fotolist.Items.Count - 1).SubItems(0).Text = temprs.Fields("datum").Value
    but this doesnt seem to work at all.... i changed the first column.. but when i set it to 1 it says the index is out of range , though there are 3 colums.........
    Last edited by Ultimasnake; Dec 3rd, 2003 at 09:26 AM.
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

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