Kbase P27036: Focus returns to first field in a frame when using F6
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/06/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
Progress 9.1C
SYMPTOM(s):
Focus returns to first field in a frame
Using F6 to run a procedure
CAUSE:
The F6 event (NEXT-FRAME) which was used to run the external procedure did not have a RETURN NO-APPLY statement in it, therefore, the default behavior took effect which caused focus to go to the first field in the frame.
FIX:
Add the RETURN NO-APPLY statement to the F6 trigger to stop the default processing of the NEXT-FRAME functionality