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.
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
Now WaitRun() can press escape to exit the MsgRun() and use the Main application without close 2nd window.
  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)
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)