Startbeitrag von John Marroneam 16.12.2009 20:56
Hi
I'm back, sorry. But how in the heck do you finish your input in a edit control. I have tried the enter key and the tab but neither one does the trick. Right now if I click on one of the other control is the only way I can finish my data input in the edit control. Can you not just let the user hit the enter key when they are done entering data?
I'm back, sorry. But how in the heck do you finish your input in a edit control. I have tried the enter key and the tab but neither one does the trick. Right now if I click on one of the other control is the only way I can finish my data input in the edit control. Can you not just let the user hit the enter key when they are done entering data?
von Arie Mars - am 16.12.2009 21:01
von John Marrone - am 16.12.2009 22:03
You could always add the Key Up event to your edit field
Might mean some fancy coding though to trap the entry waiting for a Charact(13)???
.
.
.
Sorry John - I went too soon - here's the fancy code [[5]]
Try adding this to the Entry event of your field (...forget what I said above):
Seems to work a treat when I tested it...
Regards, Darren
von DarrenF - am 16.12.2009 23:24
An off-screen button would do the trick. If the button has tab and validate properties then both tab and enter will work.
Regards,
Piet
von Piet van Zanten - am 17.12.2009 08:14