Kbase 15952: s/e 4015 Cannot execute UPDATE stmnt while <widget> active
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
s/e 4015 Cannot execute UPDATE stmnt while <widget> active
Error 4015
Cannot execute UPDATE statement while <widget-id> is active.
Full message states:
You tried to execute an UPDATE statement from inside a trigger of
another widget that is incompatible with UPDATE statements.
If you receive this error, examine your application for any logic
which might result in an ENABLE or UPDATE statement being attempted
within the scope of an unsuitable trigger, such as a CHOOSE trigger
of a button. Since the button itself doesn't support an UPDATE, the
statement is incompatible within its trigger context.
Additional references:
KnowledgeBase Entry 13784 "Fixing WAIT-FOR errors..."
Progress Software Technical Support Note # 15952