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:
cCaller has the correct caption for the caller program.
ACTIVATE DIALOG oDlg ON PAINT SetFocus( FindWindow( 0, cCaller ) )cCaller has the correct caption for the caller program.