I have a key listener set up so that if the users tabs across to the field then the contents of the field can be cleared, however I want it to work that if the TAB key is pressed then as soon as the cursor goes to that cell then the textfield is cleared.
I have it set so that if you navigate the form via mouse then it will clear the cell but cannot seem to get it right with the keylistener.
for a start how do you express the tab key?
