TabReturnKey method
TabReturnKey(Enable)
TabReturnKey (form method)
The TabReturnKey(Enable) method allows the user to remap the Return key to a Tab key in dbedit and grid controls. The default behaviour is to work as a Return key. A Return key will be sent for a multiline edit control even if this behaviour is enabled.
This method only has an effect if called before a form is created.
REM Allow user to tab through fields using return key forms.TabReturnKey(TRUE)