Kbase P26628: Client crashes with error 9874, stack trace shows umAddValue()
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1D
Windows
SYMPTOM(s):
Client crashes with error 9874.
SYSTEM ERROR: strent request for more than 64K. (9874)
Error 9874 only appears in the database log file.
Stack trace from prowin32 reads:
strentd
strent
umAddValue
umManipEntryPairs
umComboBoxGetAttr
CAUSE:
The drop-down list of a combo-box widget is being populated via the ADD-FIRST(), ADD-LAST() or INSERT() method (in any case the stack trace will be the same).
Error 9874 appears when you are trying to populate the drop-down list with more than 64Kb worth of data.
FIX:
Make sure that you do not put so much data in the drop-down list of your combo-box. If that is not possible, consider using a browse widget to display your data.