Tabbing to next field after Return key

  • Thread starter Thread starter TheNortonZ
  • Start date Start date
T

TheNortonZ

I have an edit field where I capture the keydown event. I can check to see
if the return key is selected.

What I want to do is tab to the next field (based on tab index) when the
enter key is pressed. What is the syntax for doing this?

Thanks.

STom
 
Back
Top