FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Dialog box is not closed ?
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Dialog box is not closed ?
Posted: Fri Feb 16, 2007 08:43 AM

Hello,

A strange problem if FWH and not in FW16.

In my application I make a connection with MS-Word through OLE, which works very fine.

When a document is opened out of my application, I show a small dialog box at the top of my screen in which I tell the user in which document he is working or what the purpose of the used document might be.

After the document is closed, in FW16 the small dialog box is closed too by using "LnDlg:End()". Of course the dialog box disappears.

In FWH however, I have a problem : the dialog box is NOT closed although "LnDlg:End()" is passed (I put a MsgInfo before and after it), the dialog box is NOT closed.

How come that a dialog box is not closed although it is ended ?

Thanks.

Michel

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Dialog box is not closed ?
Posted: Fri Feb 16, 2007 09:20 AM

Michel,

Please post the portion of PRG for that dialog, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Dialog box is not closed ?
Posted: Fri Feb 16, 2007 10:22 AM

Antonio,

Sorry for your efforts but I just found the reason. It was my mistake in the code.

Thanks anyway for your help.

Michel

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion