FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error sending email
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM

Re: Error sending email

Posted: Sat Aug 12, 2023 05:39 PM

hi,

i had the Problem when switch from Windows 7 to Windows 10

i can "direct Send" or save it to "Out Basket" and view it there

p.s. CODE was made under Xbase++. have not test it with Fivewin yet

greeting,

Jimmy
Posts: 113
Joined: Wed Feb 08, 2006 10:32 PM

Re: Error sending email

Posted: Sat Aug 12, 2023 06:56 PM

hi,

I'm testing on a Windows 10 Pro stand-alone PC with one user only (admin), in addiction, as I said in my first post, the same procedure compiled with FW0709 and xHarbour 1.1 is working on the same PC with no errors.

I would like to reiterate that the error only arises out in case of oMailItem:display(.f.) .OR. oMailItem:display(.t.) but NOT actually sending the mail, just closing the mail message dialog.

Does anyone know where I can find TOLEAUTO.PRG source file?

thank you

regards

Roberto

Roberto Chiaiese
R&C Informatica S.n.c.
https://www.recinformatica.it
info@recinformatica.it

Harbour 3.2 - FW2512

Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM

Re: Error sending email

Posted: Sat Aug 12, 2023 08:08 PM
hi,
chiaiese wrote:I'm testing on a Windows 10 Pro stand-alone PC with one user only (admin), in addiction, as I said in my first post, the same procedure compiled with FW0709 and xHarbour 1.1 is working on the same PC with no errors.
hm ... interesting
chiaiese wrote:I would like to reiterate that the error only arises out in case of oMailItem:display(.f.) .OR. oMailItem:display(.t.) but NOT actually sending the mail, just closing the mail message dialog.
Parameter .T. for oMailItem:display() is
True to make the window modal. The default value is False.
https://learn.microsoft.com/en-us/office/vba/api/outlook.mailitem.display

have you try
Code (fw): Select all Collapse
oMailItem:Send()
does it "send" or goto "out Basket" :?:
chiaiese wrote:Does anyone know where I can find TOLEAUTO.PRG source file?
as i can say it is Part of harbour and include in hbwin
greeting,

Jimmy
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: Error sending email

Posted: Sat Aug 12, 2023 09:31 PM
Does anyone know where I can find TOLEAUTO.PRG source file?
xHarbour:
source\rtl\win32ole.prg

Harbour
contrib\xhb\xhbole.prg
contrib\hbwin\oleauto.prg
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion