Kbase P9997: Cannot execute UPDATE statement while <widget-id> is active.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/30/2003 |
|
Status: Unverified
SYMPTOM(s):
Cannot execute UPDATE statement while <widget-id> is active. (4015)
Full message:
You tried to execute an UPDATE statement from inside a trigger of another widget that is incompatible with UPDATE statements.
FIX:
Examine the 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.