OLE
OLE
I use OLE the make a connection between my FiveWin-application and MS-Word.
Word is launched together with my application. If I close Word accidently, I got an error "Variant type not implemented from OLE GetProperty", followed by a GPF.
My question : how can I test that a OLE is running ?
Thank you.
Michel D.
Genk (Belgium)
Word is launched together with my application. If I close Word accidently, I got an error "Variant type not implemented from OLE GetProperty", followed by a GPF.
My question : how can I test that a OLE is running ?
Thank you.
Michel D.
Genk (Belgium)
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: OLE
Try to not showing Word:
oWord = CREATEOBJECT( "Word.Application" )
// your code here
oWord:Quit()
EMG
oWord = CREATEOBJECT( "Word.Application" )
// your code here
oWord:Quit()
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Thanks, John, for your tip.
Unfortunately, this link doesn't exist anymore.
Unfortunately, this link doesn't exist anymore.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7