Kbase P135436: Session crashes when clicking on Drop-down Combo-box
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/7/2010 |
|
Status: Unverified
SYMPTOM(s):
Session crashes when clicking on Drop-down Combo-box
Issue occurs when a trigger is set on the frame and/or the combo-box for any mouse event
FACT(s) (Environment):
Using a manifest file prowin32.exe.manifest
Using Windows XP theme
OpenEdge 10.1A
OpenEdge 10.1B
OpenEdge 10.1C
Windows XP SP2
OpenEdge Category: Language (4GL/ABL)
CAUSE:
Bug# OE00175359
FIX:
Upgrade to OpenEdge 10.2B or later
3 possible workarounds:
- Use a DROP-DOWN-LIST combo-box instead of a DROP-DOWN combo-box
- Rather than setting a trigger for a mouse event, set it "ON VALUE-CHANGED"
- If an ANYWHERE option is present on the trigger, remove it