Consultor Eletrônico



Kbase P14383: ADM2: How to initialize all pages of a SmartFolder without having to use the mouse to select them in
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/18/2009
Status: Verified

GOAL:

ADM2: How to initialize all pages of a SmartFolder without having to use the mouse to select them individually?

GOAL:

How to initialize all the pages of a SmartFolder without mouse selecting them individually on clicking the SAVE of the SmartPanel or SmartToolBar?

FACT(s) (Environment):

Windows
Progress 9.1x
OpenEdge 10.x

FIX:

Use the initPages procedure in the initializeObject procedure (after standard behavior) to initialize whatever pages are desired. An example of how to call this procedure is shown below:

RUN initPages ('1,2,3,4,5,10,100').