Consultor Eletrônico



Kbase P13989: ADM2: How to drop a SmartFolder into another SmartFolder?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/11/2009
Status: Verified

GOAL:

ADM2: How to drop a SmartFolder into another SmartFolder?

GOAL:

How to insert a SmartFolder inside another SmartFolder?

GOAL:

Is it encouraged or recommended to embed a SmartFolder inside another SmartFolder?

FACT(s) (Environment):

Windows
Progress 9.x
OpenEdge 10.x

FIX:

The following steps insert a SmartFolder into another SmartFolder. This design is not encouraged as it results in the developer having to manage and maintain the necessary links manually:
1. Create the parent SmartFolder object.
2. Create the child SmartFolder Object.
3. Drop the child SmartFolder object onto a SmartFrame object and save the result as childframe.w.
4. Open a new SmartWindow object.
5. Drop the parent SmartFolder object onto the SmartWindow object.
6. Drop the second SmartFolder object saved as childframe.w onto the window.
7. Add the childframe to the appropriate tab of the parent folder.