Hi All
I am just starting to use xbrowse and have some questions -
I am using cell editing - when I hit enter on a cell that has data it turns blue over the data and
I have to use the left arrow key to set the cursor back to first position - I would like to hit enter and be at
the first letter of the data ready to edit.
I am using a function in the bOnPostEdit to check if the data entered is not duplicated , if it is duplicated - I make the
cell empty - I would like to stay in the cell so the user can re enter some more data but it always goes to the next
column - I have tried oLbx:SelectCol(1) - in Hernans twbrowse I used oLbx:GoToCol(1)
Thanks
Colin