Kbase P47490: Unable to run web-object in WebSpeed 3.1D while running comp
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/10/2003 |
|
Status: Unverified
SYMPTOM(s):
Unable to run web-object in WebSpeed 3.1D while running compiled code from WebSpeed 3.1B
The program is running fine but at the bottom of the browser, the error message is displayed.
Workaround provided in Solution P14479 did not work
Modified web-util.p to add some additional code right after running the web object
Removing the added code in the web-util.p resolved the problem.
CHANGE:
Upgraded from WebSpeed 3.1B to 3.1D
CAUSE:
The modification of the web-util.p caused the error be displayed since web-util.p was checking the error-status:error after the web object is run. The added code is setting the error-status:error to return true, hence, the error unable to run web-object <object-name> is being displayed at the bottom of the browser.
FIX:
Remove the added code in the web-util.p.