Kbase P108352: ADM2: Procedure initializeObject in adm2\data.p of OE10.0B02 no longer calls RUN SUPER.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  31/08/2005 |
|
Status: Unverified
SYMPTOM(s):
Procedure initializeObject in adm2\data.p no longer calls RUN SUPER.
Before OE10.0B02, adm2\data.p's initializeObject called RUN SUPER that would eventually RUN initializeObject in adm2\custom\querycustom.p.
After OE10.0B02, adm2\data.p's initializeObject does not call RUN SUPER hence customization in adm2\custom\querycustom.p does not execute.
CHANGE:
Applied OpenEdge Service Pack 10.0B02
CAUSE:
This is expected behavior due to the changes introduced by development to the ADM2 in 10.0B02
FIX:
Move the customization 'down' to datacustom or just rename querycustom.* to datacustom.*