Kbase P109678: Session hangs with 100% CPU usage when changing format of date field in browse.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/12/2009 |
|
Status: Verified
SYMPTOM(s):
Browse contains date fields
Formats of date fields are changed in row-display trigger
Old format uses two-digit year notation
New format uses four-digit year notation
Session hangs
FACT(s) (Environment):
Progress 9.1E
Windows
CAUSE:
Bug# OE00121303
FIX:
Upgrade to 9.1E03 or later
Upgrade to 10.1A or later
Upgrade to 10.0B04 or later
Possible Workarounds:
1. Expand the original old format definition to use four-digit year notation ("99999999"). This is usually the format in the (temp-)table field definition
2. If the format is to be set the same for all fields in the column, override the format in the browse DISPLAY phrase instead using the ROW-DISPLAY trigger.