setindex error
- Posted by George Walters <gwalters at sc.rr.com> Aug 27, 2001
- 481 views
If you have a create type of 'list' and because of whatever data reasons there are no items to display in the list I'm getting a setindex error from win32. How do you avoid this? setIndex of 1 or 0 doesen't work. Do I have to add a dummy item to the list saying something like " **** no items found ***" and set the indes to 1?? ...george