Click here to Skip to main content
15,888,216 members

Comments by arunraveendran (Top 3 by date)

arunraveendran 23-Jul-22 8:22am View    
Hi.. the database retrieving multile rows for a select query. How to display each rows in a textbox one by one when pressing down arrow key?
arunraveendran 15-Jul-22 13:57pm View    
I Am creating a reception management software as a part of a project.
as a user it is better to get all the values without using mouse. The receptionist entering the employee number in the combobox. Instead of using the mouse click if the receptionist pressing the tab key to move the next component like text box or button. So the application is more user-friendly if the data is fetching from server to the other components on tab key press event.
arunraveendran 15-Jul-22 5:51am View    
is it possible to call that function when pressing 'enter'key?