FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Manual for OLE-instructions
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Manual for OLE-instructions
Posted: Thu Nov 10, 2022 01:54 PM

Hello,

Where can I find a manual for OLE-instructions that can be used in FWH?

Thanks in advance for any help.

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: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Manual for OLE-instructions
Posted: Thu Nov 10, 2022 01:58 PM

What do you mean? Each OLE server has its own instruction (properties and methods).

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Manual for OLE-instructions
Posted: Thu Nov 10, 2022 03:02 PM

Enrico,

I use OLE in my FWH-application to connect to Word, Excel and Outlook.

I'm suprised that there aren't more question about this subject because almost any software has to connect to a word processor, a spreadsheet, a calendar or e-mail.

I need the necessary instructions in FWH to build this connection. But I can't find anyone with enough experience to establish this goal.

Any idea?

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: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Manual for OLE-instructions
Posted: Thu Nov 10, 2022 03:05 PM

You have to search inside the MS docs, not the FWH ones.

Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM
Re: Manual for OLE-instructions
Posted: Thu Nov 10, 2022 03:08 PM
Good afternoon. I made a small program for Outlook 2007, see if it helps.

Full download:

https://mega.nz/file/UR9AiKQR#loYk6r3qRMkBNcN5vxErGsNFkUWOungL4q43QyYDL0Y

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Manual for OLE-instructions
Posted: Thu Nov 10, 2022 03:27 PM

Karinha,

Thank you very much.

Much appreciated.

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: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: Manual for OLE-instructions
Posted: Thu Nov 10, 2022 05:25 PM
hi,
driessen wrote:I use OLE in my FWH-application to connect to Word, Excel and Outlook.
download *.CHM for Office 2013 here
https://www.microsoft.com/en-us/download/details.aspx?id=40326
or lates Version
https://learn.microsoft.com/en-us/office/client-developer/
click on PDF download and save it

p.s. change en-us to your Language if it does not switch automatic
greeting,

Jimmy
Posts: 218
Joined: Mon Feb 07, 2022 09:54 PM
Re: Manual for OLE-instructions
Posted: Fri Nov 11, 2022 10:58 PM
Jimmy wrote:hi,download *.CHM for Office 2013 here
https://www.microsoft.com/en-us/download/details.aspx?id=40326
or lates Version
https://learn.microsoft.com/en-us/office/client-developer/
click on PDF download and save it

p.s. change en-us to your Language if it does not switch automatic
I downladed those chm files but they didn't work.
I could seee all lists of topics but when I clicked them no content was shown. :?
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: Manual for OLE-instructions
Posted: Sat Nov 12, 2022 02:31 AM
hi Detlef,
Detlef wrote:I downladed those chm files but they didn't work.
I could seee all lists of topics but when I clicked them no content was shown. :?

as File are download from Internet you need to change "Security" of each *.CHM

when call Property you will see something about Security

when "check" it the Checkbox will disappear and now it should work as shown
greeting,

Jimmy
Posts: 218
Joined: Mon Feb 07, 2022 09:54 PM
Re: Manual for OLE-instructions
Posted: Sun Nov 13, 2022 06:15 PM

Thank you, Jimmy.

Now it works fine.

Continue the discussion