Kbase P159151: Not all smartObjects shown on a page when the SmartWindow is initialized.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/26/2010 |
|
Status: Unverified
SYMPTOM(s):
Not all smartObjects shown on a page when the SmartWindow is initialized.
If a SmartWindow is configured to display Page 1 at startup then objects on Page 0 are not displayed.
Another page on the SmartFilter needs to be selected, and then page 1 selected for objects on page 0 to be displayed.
The problem occurs in OpenEdge 10.2B.
The data source SDO is on page 1 of the smartWindow not page 0.
FACT(s) (Environment):
This behavior could not be produced in 10.1X
Windows
OpenEdge 10.1x
OpenEdge 10.2x
CAUSE:
Bug# OE00194912
FIX:
None at this time.
There are 2 ways to work around this, either:
1. Move the SDO from page 1 to page 0 on the smartWindow. There isn't any specific reason why an SDO object should be on page 1 instead of page 0, so it can be moved without affecting any other functionality.
2. In the initializeObject procedure of the smartWindow select another page and then select page one. For example:
RUN SUPER.
RUN selectPage("2").
RUN selectPage("1").