Kbase P54306: ADM2. How to put focus in a field of a SmartFrame contained
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/11/2003 |
|
Status: Unverified
GOAL:
How to put focus in a field of a SmartFrame contained in a smartDialog
FIX:
Run the ApplyEntry within the ENTRY Trigger of the SmartDialog:
ON ENTRY OF FRAME gDialog DO:
RUN applyEntry IN h_frame (INPUT "WIDGET-YOU-WANT-THE FOCUS-ON").
RETURN NO-APPLY.
END.