Consultor Eletrônico



Kbase P160364: Custom link prevents folder page 1 from being displayed.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/07/2010
Status: Unverified

SYMPTOM(s):

Custom link prevents folder page 1 from being displayed.

Having a custom SmartLink between 2 smartobjects in a container, can break the page initialization

Not all objects being displayed at startup until another page is select and then the original page re-selected.

FACT(s) (Environment):

this behavior cannot be reproduced in OpenEdge 10.1C04.
Windows
OpenEdge 10.2B

CAUSE:

Bug# OE00194912

FIX:

Upgrade to OpenEdge 10.2B01 or later

As a workaround in the SmartWindow initializeObject override procedure, select page 2, and the re-select page 1. For example:

RUN SUPER.

RUN initPages("1,2").
RUN selectpage("2").
RUN selectpage("1").