Kbase 35968: How to position cursor ( apply focus ) to a specific widget
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/02/2001 |
|
Solution ID: P5968
GOAL:
How to position cursor ( apply focus ) to a specific widget
FIX:
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. */