> Is there anything that is returned when a user clicks on an empty row > of a ListBox item? > > I'm interested in setting things up so that if someone clicks on a > blank/empty/invalid row, the listbox will add a new row at the bottom > of the existing rows. >
As Charles said, I think the CHANGE event is fired, but the row might be -1 - make a simple test case and check it. Then in that case, use the Addrow function for the listbox, then probably also set the new row to be selected. _______________________________________________ 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>
