User Profile

Collapse

Profile Sidebar

Collapse
eleksoft
eleksoft
Last Activity: Apr 16 '07, 03:39 AM
Joined: Apr 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eleksoft
    replied to List.Listcount property not working
    It does not give me any error. This loop is pulling the list entries from a list that is on another form. Each time I return to my parent form and add something new to the list, it shows what I added to the list just before that item in the view form (after it again executes this loop).
    See more | Go to post

    Leave a comment:


  • eleksoft
    started a topic List.Listcount property not working

    List.Listcount property not working

    My code:

    If List.Listcount > 0 then
    For intI = 0 to List.Listcount - 1
    'code
    Next intI
    End If

    For some reason, and not all the time, this loop only runs to the second last entry. I have even witnessed it in break mode and following it step by step with Shift + F8, where it reports - for example - that the listcount is 14, when if fact it is 15 and has index values...
    See more | Go to post
No activity results to display
Show More
Working...