FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour WaitRun() is not running exclusively (as the past)?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
WaitRun() is not running exclusively (as the past)?
Posted: Mon Aug 02, 2010 05:30 PM
I've use MsgRun() + WaitRun() since Clipper + FW25, it will activate 2nd window and freeze the main application until close 2nd window (WaitRun()).
Now WaitRun() can press escape to exit the MsgRun() and use the Main application without close 2nd window.

Code (fw): Select all Collapse
    MsgRun('   Please Wait, Report is processing.',,{|oDlg| ;
    WaitRun('RRWRUN.EXE '+cPath+'RREPORT '+strim(nRecNo,4)+' /H /B /WY /R'+cPath+cLibrary+' /O'+cPath+'DBFIX\'+fRRunout+'.DBF', 3) } )


Now the user and minimize the RRWRUN.EXE and press escape. Then use the program without close the preview screen. How can make it as the past?
Thanks for any help
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion