Kbase P38586: Dynamic SDO is not repositioned when a different row is selected in a browser
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/06/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Dynamic SDO is not repositioned when a different row is selected in a browser
Using navigation toolbar buttons works correctly
Dynamic SDO is part of a Dynamic SBO
CAUSE:
Override of the initializeObject procedure in the SDO's logic procedure was missing RUN SUPER statement.
FIX:
Add RUN SUPER statement to the initializeObject override procedure in the SDO's logic procedure.