Kbase P98963: Input FOCUS is not being given to the FRAME of a TTY procedure when run from the current FRAME.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/23/2005 |
|
Status: Unverified
SYMPTOM(s):
Input FOCUS is not being given to the FRAME of a TTY procedure when run from the current FRAME.
FOCUS stays with the parent FRAME that spawned the new FRAME by running an external procedure.
Both the calling and called procedures are character CHUI screens of the same application.
CAUSE:
The 'ENTRY' event is not being applied to any widget in the FRAME of the called procedure.
FIX:
Apply the 'ENTRY' event to some widget of the FRAME of the called procedure:
APPLY "ENTRY" TO Customer.CustNum IN FRAME CustFrame.