FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Can this be done ?
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Can this be done ?
Posted: Thu Aug 18, 2016 10:42 AM
I'm calling a FWH (GUI) program from a harbour console (text) one. The FWH program displays an image, but I want to return control to the caller (console) one leaving the image open. Here's the code but it's not working:
Code (fw): Select all Collapse
ACTIVATE DIALOG oDlg ON PAINT SetFocus( FindWindow( 0, cCaller ) )


cCaller has the correct caption for the caller program.
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Can this be done ?
Posted: Thu Aug 18, 2016 10:51 AM

Ah!, I do understand

Please test ACTIVATE DIALOG............... NOMODAL

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Can this be done ?
Posted: Thu Aug 18, 2016 12:52 PM

Cristobal:

De programa closes itself with the NOMODAL clause.

Continue the discussion