Kbase P14537: SmartObjects contained in different pages do not communicate
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/02/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
Windows 32 Intel
SYMPTOM(s):
Not able to communicate between SmartObjects existing on different pages.
CAUSE:
Can not communicate with SmartObjects on pages not yet selected.
FIX:
The initPages procedure can be run by application code to initialize more pages than those that are initially viewed. This will initialize the SmartObjects first, without having to select a page that the SmartObject exists in. This will allow communication between SmartObjects on pages not yet selected.
Example:
PROCEDURE initializeObject:
RUN SUPER.
RUN initPages ('1,2,3':U).