Kbase P95824: Debug message in adm2/panel.p source and object code
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/09/2005 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
SYMPTOM(s):
Progress displays a "Debug" message on the screen when executing the SmartPanel's onChoose procedure
The displayed "Debug" message looks like as follows:
Message
call updateRecord param
Running an ADM2 SmartObjects Application
The Application contains a SmartPanel Object placed on the SmartWindow's frame
Manually calling the Update Panel's onChoose procedure via a statement such as follows:
RUN onChoose IN h_pupdsav ( INPUT "save":U)
"Debug" message was used by Development for debugging purposes
CAUSE:
Bug# 20041002-007
FIX:
The bug related to this was fixed in Progress 9.1E02. However, if it is not possible to upgrade to 9.1E02 or later for some reason, then perform the following steps to get around this:
1- Make a copy of the adm2/panel.p program
2- Edit the copied version of adm2/panel.p by removing the MESSAGE statement from its 'onChoose' internal procedure's source code
3- Add the directory where the modified version of the adm2/panel.p program is located to the PROPATH before the Progress' GUI subdirectory entry