Run Persistant

mpowell

Member
If I use the following code

RUN window.w PERSISTENT SET v-handle

It runs my standard window fine, exactly how I want and expect.
However If the window is a smartwindow and I use exactly the same code the window doesnt appear.
Most bizzarre, any help on this wopuld be appreciated.
Thanks.
Regards
M.Powell
 

figyo

New Member
Try this:

RUN MyWindow.w PERSISTENT SET MyHandle.
RUN dispatch IN MyHandle ('initialize':U).

---
figyo
 
Top