Kbase P133144: Error 293 using a dynamic button and a choose trigger
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Error 293 using a dynamic button and a choose trigger
** "<file-name>" was not found. (293)
FACT(s) (Environment):
Choose trigger is being fired
Cannot find procedure being ran in the trigger
Using the following statement: on choose persistent run myproc.
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
The procedure is an internal procedure and "in this-procedure" is not being specified.
FIX:
Add "in this-procedure" to the statement as follow:
on choose persistent run myproc in this-procedure.