Restrict select to a specified column and allow enter key to move to next record automatically
Restrict select to a specified column and allow enter key to move to next record automatically
Hi,
I have anissue and the issue is this:
I have a table that has 5 columns [studentid, session, semester , level, score] and i want it in such a way that column 5 (score) will automatically allow focus and be editable on mouse click on the column or focus event. And also when am done entering value into column 5 row 1 and i press enter key it should take me to row 2 column 5 and should also be editable automatically and on like that unitl the last record.I want to do this so that data capturing will be faster and i will actually remove the use of mouse as at that time. I hope somebody get my request, pls help
I have anissue and the issue is this:
I have a table that has 5 columns [studentid, session, semester , level, score] and i want it in such a way that column 5 (score) will automatically allow focus and be editable on mouse click on the column or focus event. And also when am done entering value into column 5 row 1 and i press enter key it should take me to row 2 column 5 and should also be editable automatically and on like that unitl the last record.I want to do this so that data capturing will be faster and i will actually remove the use of mouse as at that time. I hope somebody get my request, pls help
This discussion has been closed.
Replies
Allan