Search found 714 matches: sending

Return to advanced search

Re: Sending whatsapp message via web-based app

I am using it and working perfectly for me.
by nageswaragunupudi
Tue Oct 17, 2023 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 656

Re: Sending whatsapp message via web-based app

Thanks for the tip Antonio!
by hua
Tue Oct 17, 2023 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 656

Re: Sending whatsapp message via web-based app

Dear Hua, whatsappw.prg #include "FiveWin.ch"function Main()   ShellExecute( 0, "open", "https://web.whatsapp.com/send?phone=34722461100&text=Hello" )   SysWait( 8 )   CreateObject( "WScript.Shell" ):SendKeys( "~&qu...
by Antonio Linares
Tue Oct 17, 2023 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 656

Sending whatsapp message via web-based app

I saw someone showing his invoice module.
He claims invoice can be sent out from within the program directly but must be running web-based whatsapp before that is done.
Anyone has any idea of how that is done?
by hua
Tue Oct 17, 2023 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 656

Re: FIVEWIN power - a room planer video

... → see under "Restaurant Table Management." Best regards, Otto Now, five working days later, I am sending the link for the first test of the software to the hotel. Pure modern efficiency! https://mybergland.com/fwforum/tischplan.gif
by Otto
Wed Oct 11, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11581

Re: Error sending email

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
by nageswaragunupudi
Sat Aug 12, 2023 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905

Re: PDF EN RPREVIEW

... you facing these issues? 2) El pdf generado se ve perfectamente en windows, pero si lo paso por Whatsapp no lo reconoce como un PDF válido I am sending pdfs generated using HaruPdf over WhatsApp without any issues. If you let me know your WhatsApp number to my email "nageswaragunupudi" ...
by nageswaragunupudi
Sat Aug 12, 2023 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 1077

Re: Error sending email

... 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 ...
by Jimmy
Sat Aug 12, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905

Re: Error sending email

... 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
by chiaiese
Sat Aug 12, 2023 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905

Re: Error sending email

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
by Jimmy
Sat Aug 12, 2023 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905

Re: Error sending email

hi, as i can say it is not a Problem with Harbour, Fivewin or Outlook. it is Windows 10/11 vs. Windows 7 so the Question is : did somebody got it run under Windows 10/11 "as User" :?: ¿Estás seguro Jimmy de que es un problema de la versión de Windows? Are you sure Jimmy this is a windows ...
by karinha
Sat Aug 12, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905

Re: Error sending email

hi,

as i can say it is not a Problem with Harbour, Fivewin or Outlook. it is Windows 10/11 vs. Windows 7

so the Question is : did somebody got it run under Windows 10/11 "as User" :?:
by Jimmy
Sat Aug 12, 2023 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905

Re: Error sending email

This code works for me .... I send to Outlook 365 silently  Try   oOutLook  := TOleAuto():New("Outlook.Application")Catch    Saying := "For some Odd reason The Outlook e-mail CLient failed to Initialize"    Msginfo( Saying )    Return(.f.)End TryoM...
by Rick Lipkin
Fri Aug 11, 2023 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905

Re: Error sending email

... do you use? I used the same library list of your .lnk file and error is still there, just when I close the mail message dialog window (without sending). Also, everytime I launch the program a new instance of Outlook is opened (but I think this is a minor issue :-) Roberto Harbour 3.2.0dev (r2008190002)Copyright ...
by karinha
Fri Aug 11, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 905
PreviousNext

Return to advanced search