I have a app that I am using two B4XTables that I changed over to editing using InlineEditing(inlineediting.bas) which I like really well as it reduced a lot of my trashy code that I was using. I have however found a problem that I have not been able to figure out. When editing strings(text) and numbers keys like Del, backspace, arrows, tab, escape, home,& end have no effect on the cell at all. If I double-click(or whatever to select content) on a cell I can replace it with a space but cannot edit otherwise. As far as I can tell all of the alphanumeric keys work but not the special keys. I have reloaded the class code and reviewed the code needed in the main program and have not found any solution. Any thoughts on what I should look for?