Re: setLVItemText ()
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 05, 2006
- 570 views
don cole wrote: > So addLVItem is like a refresh? No. A ListView is NOT like a spreadsheet. It doesn't really have rows and columns; it has items, which are like records. That is, an item has one key field and zero or more other fields. And one (of many) ways of looking at the items in a ListView is the REPORT layout. This displays the items in row-column format. > Because I want to put some items in a LV from row 8 to row 14. > > Look at them. And during this period, would there be anything in rows 1 - 7? If not, you would have to add seven dummy blank items to fill the rows. > Then later I want to add stuff to row 1 through 6. > > How would I do that? Use setLVItem to update the dummy blank rows. -- Derek Parnell Melbourne, Australia Skype name: derek.j.parnell