Kbase P141518: VALUE-CHANGED event fails to fire when editor widget EDIT-PASTE() method is used
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/19/2009 |
|
Status: Unverified
SYMPTOM(s):
VALUE-CHANGED event fails to fire when editor widget EDIT-PASTE() method is used
FACT(s) (Environment):
VALUE-CHANGED event fires correctly when text is pasted into the editor from the keyboard using ^V.
EDIT-PASTE() method of fill-in widget correctly causes VALUE-CHANGED event to fire.
Windows
OpenEdge 10.1C
OpenEdge 10.2A
OpenEdge Category: Language (4GL/ABL)
CAUSE:
Bug# OE00181252
FIX:
As a workaround, apply the VALUE-CHANGED event to the editor widget in code after using EDIT-PASTE().