Kbase P10153: How to make the RETURN key behave like an EDITOR-TAB in a character browse?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
How to make the RETURN key behave like an EDITOR-TAB in a character browse?
FACT(s) (Environment):
Progress 8.x
Progress 9.x
FIX:
To make the RETURN key behave like an EDITOR-TAB key in a character browse, define a RETURN trigger for the fields involved (similar to the following):
ON RETURN OF Name IN BROWSE BrowseName, City IN BROWSE BrowseName
DO:
APPLY 'EDITOR-TAB' TO SELF.
RETURN NO-APPLY.
END.