is it possible stop running a code until a window is closed ? (WAIT)
ex:
CODE...
DEFINE WINDOW oWnd TITLE "Test"
...
...
ACTIVATE WINDOW oWnd MAXIMIZED (STOP HERE...)
CONTINUE CODE...
oWnd:bPostEnd := { || <CONTINUE CODE> }
3) Normal window, but not a main window or mdi child window.
[code]
local lExit := .f.
// other code
ACTIVATE WINDOW oWnd VALID ( lExit := .t. )
StopUntil( { || lExit } )
CONTINUE CODE
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], wilsongamboa and 51 guests