Search found 274 matches

by gkuhnert
Mon Jul 17, 2017 3:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Always about Outlook and OLE
Replies: 6
Views: 1266

Re: Always about Outlook and OLE

Working: static oOutlook static function SendTestMail(cAddressTo, cAddressFrom) local oMail     GetOutlookObject()     IF oOutlook == nil         return nil     ENDIF     oMail := CreateOutlookMail(cAddressTo, cAddressFrom)     oMail:Send() return .t. static function CreateOutlookMail(cAddressTo, cA...
by gkuhnert
Mon Jul 17, 2017 1:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Always about Outlook and OLE
Replies: 6
Views: 1266

Re: Always about Outlook and OLE

This works and is tested for getting the accounts: static function GetOutlookAccounts() local aData := {} local oAccounts, oAccount local nI     oOutlook := GetOutlookObject()     IF oOutlook == nil         return nil     ENDIF     oAccounts := oOutlook:Session:Accounts()     FOR EACH oAccount in oA...
by gkuhnert
Mon Jul 17, 2017 1:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE, Word and Outlook
Replies: 2
Views: 674

Re: OLE, Word and Outlook

There simply is no Application.Visible property implemented by Microsoft. You just have to define an explorer. For example, if you want to show the inbox folder in Outlook you could implement: static function ShowInbox() local oNameSpace, oInbox local oExplorer     oOutlook := GetOutlookObject()    ...
by gkuhnert
Mon Jul 17, 2017 12:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MAIL - MAPI
Replies: 9
Views: 1780

Re: FWH MAIL - MAPI

Marc,

sorry, I never used TPOP3, maybe someone else can help?
by gkuhnert
Mon Jul 17, 2017 10:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MAIL - MAPI
Replies: 9
Views: 1780

Re: FWH MAIL - MAPI

Marc, did you already try to use the TMail Class? oMail:=TMail():New() oMail:cSubject:="your subject" oMail:aRecipients:={"..."} // your recipient(s) oMail:cNoteText:= "your text" oMail:Activate() oMail:End()   I've never made a special routine for thunderbird, but some...
by gkuhnert
Mon Jul 17, 2017 9:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MAIL - MAPI
Replies: 9
Views: 1780

Re: FWH MAIL - MAPI

Tim, maybe this code helps you in any way sending mails via Outlook: static function SendTestMail() local oMail := CreateOutlookMail()     oMail:Send() return .t. static function CreateOutlookMail() local oItem local oOutlook := GetOutlookObject()     oItem := osOutlook:Application:CreateItem(0)    ...
by gkuhnert
Sun Jul 16, 2017 9:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 49
Views: 9400

Re: 1st FWH + [x]Harbour 2017 international conference

I've added some pictures taken by AnserKK to my homepage:
https://www.kuhnert.nl/en/other-weitere ... y-anserkk/

Thanks for sharing, Anser!
by gkuhnert
Sat Jul 15, 2017 6:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Parsing issue XML/JSON input RESOLVED
Replies: 4
Views: 810

Re: Parsing issue XML/JSON input

then maybe this might work:
cRet := strtran(cRet, CHR(10), CRLF)
by gkuhnert
Sat Jul 15, 2017 10:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Parsing issue XML/JSON input RESOLVED
Replies: 4
Views: 810

Re: Parsing issue XML/JSON input

Tim,

are you sure, that each line ends with CRLF (or CHR(10)+CHR(13))? Maybe it just ends with one of these symbols and you could replace each CHR(10) or CHR(13) with a CRLF first?
by gkuhnert
Wed Jul 12, 2017 12:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.07 announcements
Replies: 4
Views: 1327

Re: FWH 17.07 announcements

Great news, Antonio.
Can't wait until all these nice features and documentations are available! The conference was very inspiring to us to, thank you for all your efforts.
by gkuhnert
Wed Jul 12, 2017 12:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 49
Views: 9400

Re: 1st FWH + [x]Harbour 2017 international conference

Great idea, Ruth. Thank you for making this page! In the meantime I had contact with Anser and he is planning to send me his general pictures of the conference. I will make another page on my website with his pictures of the conference. As it is relatively easy for me to upload some pictures to my p...
by gkuhnert
Sun Jul 09, 2017 5:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 49
Views: 9400

Re: 1st FWH + [x]Harbour 2017 international conference

Dear friends, pictures of the last day at Durst Company are also online now! (https://www.kuhnert.nl/en/other-weitere-2/harbour-conference-2017-sillian/) https://www.kuhnert.nl/wp-content/gallery/harbour-conference-2017-sillian/01-Harbour-Company-goes-Durst.jpg Hope you enjoy the pictures, it was a ...
by gkuhnert
Sun Jul 09, 2017 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 49
Views: 9400

Re: 1st FWH + [x]Harbour 2017 international conference

Dear friends, thank you all so much for coming to Sillian. This experience was really great. I looked at Gilbert´s photos and relived the last few days. Amazing. Thanks a lot for sharing, Gilbert. My father´s video opens here: http://www.atzwanger-software.com/meeting/meeting.mp4 You should watch t...
by gkuhnert
Fri Jul 07, 2017 6:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 49
Views: 9400

Re: 1st FWH + [x]Harbour 2017 international conference

Update: some more pictures on my homepage from the first day in Sillian.
Link: https://www.kuhnert.nl/en/other-weitere ... 7-sillian/