Consultor Eletrônico



Kbase P5968: How to position the cursor to a specific widget?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/07/2008
Status: Verified

GOAL:

How to position the cursor to a specific widget?

GOAL:

How to apply focus to a particular object in the frame?

GOAL:

How to change focus from one widget to another on the screen?

FACT(s) (Environment):

All Supported Operating Systems
Progress 7.x
Progress 8.x
Progress 9.x
OpenEdge 10.x

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. */