In my application I have defined a window oWnd like this :
Code: Select all
DEFINE WINDOW oWnd FROM xTop,xLeft TO xBottom,xRight ...
Code: Select all
oWnd:nTop() := xTop
oWnd:nLeft() := xLeft
oWnd:nBottom() := xBottom
oWnd:nRight() := xRight
oWnd:Refresh()
Of course, quitting and restarting my application solves the problem too, but that is not what I want.
Thanks a lot in advance.