Kbase 13522: How to position cursor ( apply focus ) to a specific widget
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
How to position cursor ( apply focus ) to a specific widget
To apply focus and position the cursor to a specified widget:
APPLY "ENTRY" TO {widget-phrase}.
RETURN NO-APPLY. /* This statement is needed if the widget
receiving focus is not the same widget as the
one whose trigger is firing. */
** See also kbase 13425 for extensive discussion
VERSION.7/EVENT PRGMING
Progress Software Technical Support Note # 13522