Hello,
I am using a multicolumn listbox to allow a user to edit and view channel information. They add new channels and rename them through editing the cell, which I monitor using an event structure. I added a function to watch for the "tab" key, which will move the edit position over one column, just like users are used to in Excel. However, I am having trouble, because when they hit the tab key, the "edit cell" event doesn't get generated, and the entry from the column to the left is lost. Basically, the item names don't get updated unless the user presses "Enter" to accept the edit of the current cell.
Is there a way to generate the edit event for that listbox, or to otherwise save the edit before moving on to the next column? I know that tables can accomplish this pretty easily, but I didn't go that way for other reasons that made the development harder.
Thanks,
Rob