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
Jimmy
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
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
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
oMailItem:Send()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
Does anyone know where I can find TOLEAUTO.PRG source file?xHarbour: