Thanks Jack,
I agree that somehow an extra blank row is added. Will use the
msgbox...good idea...thanks
Michael.
On Nov 16, 2006, at 9:48 AM, CV wrote:
ListBox1.Addrow "whatever" always appends a new row each time it is
called. In other words, if row 0 has been added previously,
ListBox1.Addrow "whatever" puts "whatever' in row 1. I know that
you know that already, so I'm suggesting that the functionality
that you describe is probably the result of a blank row already
added into row 0, somehow, perhaps in the Properties Pane, in your
first case above. You could check this out by adding the following
line prior to each case:
msgbox str(ListBox1.ListCount)
Best,
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>