Search found 87 matches: sender

Return to advanced search

Re: How to add 2d barcode to fastreport or fwh/harbour?

... New version is 2.13 1.2 fastreport--page: image type cell -- Code page: procedure Picture12OnBeforePrint(Sender: TfrxComponent); begin callhbfunc('fr3img3',[trim(<masterdata."model">)+',sub']) ; LoadImageFromHbVar(Picture1,'fr3img'); end; ...
by ShumingWang
Tue Nov 05, 2024 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add 2d barcode to fastreport or fwh/harbour?
Replies: 7
Views: 334

Re: OLE Errors

Is outlook set as the DEFAULT E MAIL SENDER? Manually, is it sending correctly?

Regards, saludos.
by karinha
Fri Aug 16, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Errors
Replies: 10
Views: 1790

Re: Presentando Harbour websocket server

... that the WSS is not forwarding the messages to the connected clients. The server only responds to received messages and sends back to the original sender. I wanted to make changes, but I'm missing files: hbmk2: Error: Referenced, missing, but unknown function(s): HB_SOCKETISOPEN(), AP_FILENAME() ...
by Otto
Sat Aug 10, 2024 9:41 am
 
Forum: mod_harbour
Topic: Presentando Harbour websocket server
Replies: 10
Views: 6428

Re: Ayuda con DLL

... te copio el ejemplo porque quizas hay algo que no estoy viendo. /// EJEMPLO EN VB /// 'PumpStatus() Private Sub btn_PumpStatus_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_PumpStatus.Click Dim c_Fusion As New FusionClass.Fusion() c_Fusion.Connection(FusionIP.Text) ...
by Jorge Jaurena
Wed Jun 05, 2024 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 567

Send sms POST

... application/json' \ --data '{ "recipient": [ "+393123456789" ], "message": "Ths is a Test", "sender": "MarcoBoschi", "message_type": "n" }' How can I launch this command from a fivewin program? Many Thanks ...
by MarcoBoschi
Thu Apr 06, 2023 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send sms POST
Replies: 4
Views: 434

Re: Problema con el envio de correo desde programa

... REMITENTE DE CORREO ELECTRÓNICO predeterminado. En programas estándar de Windows. Good Morning. You must tell WINDOWS which is the default EMAILS SENDER. In Standard Windows Programs. Por ejemplo: use el WINDOWS LIVE MAIL como predeterminado que funciona perfecto. Regards, saludos.
by karinha
Fri Oct 21, 2022 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con el envio de correo desde programa
Replies: 5
Views: 718

Re: Fivewin CDO.Message Gmail App Password

... Password" as Byron does have generate "new Password" IHMO it have to do that Gmail & Co "identify" that a.) "Sender" use same Account but have different "Message-ID:" b.) "Sender" have same "Message-ID:" but send from different ...
by Jimmy
Tue Aug 16, 2022 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin CDO.Message Gmail App Password
Replies: 3
Views: 421

Re: Drag from Fivewin to Word

...    // accept Files drag from Explorer   DragAcceptFiles( hForm, .t. )  so you can try if your external VB-App use that Way as "Sender" you App as "Receiver" need these Function ( using HMG Syntax for 64 Bit ) HB_FUNC( DRAGACCEPTFILES ){   DragAcceptFiles( ...
by Jimmy
Wed May 18, 2022 1:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 575

Re: Duda Correo Thunderbird

... ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender? Regards, saludos. pagina oficial https://www.thunderbird.net/es-ES/ Gracias estimado. Esto funcionar con cualcuer version de windows? ...
by JoseAlvarez
Tue Nov 30, 2021 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 960

Re: Duda Correo Thunderbird

... ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender? Regards, saludos. pagina oficial https://www.thunderbird.net/es-ES/ Gracias estimado. Esto funcionar con cualcuer version de windows? ...
by karinha
Tue Nov 30, 2021 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 960

Re: Duda Correo Thunderbird

karinha wrote:Buenos días José, no sé ni por dónde empezar. ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender?

Regards, saludos.


pagina oficial

https://www.thunderbird.net/es-ES/
by JoseAlvarez
Tue Nov 30, 2021 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 960

Re: Duda Correo Thunderbird

Buenos días José, no sé ni por dónde empezar. ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender?

Regards, saludos.
by karinha
Tue Nov 30, 2021 11:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 960

Re: Send EMail Within FW Appplication....

... com sucesso. -> Message sent successfully. https://i.imgur.com/6V830B9.png https://i.imgur.com/6V830B9.png My sender is working fine. Had to turn off google security. Allow less secure apps: ON https://i.imgur.com/0I024bs.png https://i.imgur.com/0I024bs.png ...
by karinha
Wed Jun 09, 2021 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3870

Re: CUMPLIENDO IMPRESORA FISCAL BEMATECH

... "','" & (Val(mDescue) * 100).ToString & "')" End If mysql(sql Grabo igualmente la alicuota Private Sub btoAplica_Click(sender As Object, e As EventArgs) Handles btoAplica.Click Dim SituacionTributaria As Object If Option1.Checked = True Then SituacionTributaria = "0" ...
by cujarjose
Sat Jun 05, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CUMPLIENDO IMPRESORA FISCAL BEMATECH
Replies: 13
Views: 5197

Re: SMS To Customer - Upon Order Delivery

... passing parameters. cUrl := "https://sendpk.com/api/sms.php?api_key=9232645337563-280edb13-b5f6-43e6-8b3c-45420519ce9c" +; "&sender=" + ALLTRIM(SMS_Brnd) +; "&message=" + AllTrim(SMS_Text) +; "&mobile=" + ALLTRIM(STR(SMS_Cell)) Strange.....
by RiazKhan
Thu Apr 08, 2021 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 2074
Next

Return to advanced search