User Profile
Collapse
-
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). -
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...
No activity results to display
Show More
Leave a comment: