Consultor Eletrônico



Kbase P10193: How to persistently run a SmartWindow
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

How to persistently run a SmartWindow

FIX:

DEFINE VARIABLE hWindow AS HANDLE NO-UNDO.

RUN wSomeWindow.w PERSISTENT SET hWindow.
RUN addLink (THIS-PROCEDURE, "Container", hWindow).
RUN initializeObject IN hWindow.