TabEnterKey method
TabEnterKey(Enable)
TabEnterKey (form method)
The TabEnterKey(Enable) method allows the user to remap the num-pad Enter key to a Tab key in dbedit and grid controls. The default behaviour is to work as a Tab key. An Enter 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 Disable use of num-pad enter key as TAB forms.TabEnterKey(FALSE)