Kbase P53640: Hitting the ESC key causes an insensitive FILL-IN field to b
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/12/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows
SYMPTOM(s):
Hitting the ESC key causes an insensitive FILL-IN field to be enabled.
CAUSE:
A button on the window had its 'Cancel Button' property checked. This caused the CHOOSE event trigger of that button to fire whenever the user hits the ESC key. The button's CHOOSE event trigger code sets the FILL-IN:SENSITIVE property to TRUE. Hence the observed expected behavior.
FIX:
Uncheck the 'Cancel Button' property of the button using its Property Sheet.