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
Error sending email
Re: Error sending email
greeting,
Jimmy
Jimmy
Re: Error sending email
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
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
Re: Error sending email
hi,
have you try
does it "send" or goto "out Basket"
hm ... interestingchiaiese 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.
Parameter .T. for oMailItem:display() ischiaiese 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.
https://learn.microsoft.com/en-us/offic ... em.displayTrue to make the window modal. The default value is False.
have you try
Code: Select all | Expand
oMailItem:Send()
as i can say it is Part of harbour and include in hbwinchiaiese wrote:Does anyone know where I can find TOLEAUTO.PRG source file?
greeting,
Jimmy
Jimmy
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Error sending email
xHarbour:Does anyone know where I can find TOLEAUTO.PRG source file?
source\rtl\win32ole.prg
Harbour
contrib\xhb\xhbole.prg
contrib\hbwin\oleauto.prg
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India