Search found 44 matches: cbody

Return to advanced search

Re: Acentos al enviar email

... "pablo.diseno@toimsa.es" cOther := "" cCC := "" cSubject := AnsiToOem("Imágenes no encontradas para WEB") cBody := "Muy buenas," + chr(13) +; AnsiToOem("Adjunto listado de referencias cuyas imágenes no se encontraron en su ubicación, ") ...
by juanjogascem
Fri Jul 21, 2023 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acentos al enviar email
Replies: 6
Views: 360

Re: COMBOBOX with 2 element array

... REDEFINE COMBOBOX oCbxA1 VAR cScript  ID 106 OF oeText ;      ITEMS aSMScode  ON CHANGE ( lx := oCbxA1:nAt, cBody := aSMStext[lx], oGet1:refresh() )   ;      MESSAGE "Select a script" STYLE CBS_DROPDOWN UPDATE  ...
by TimStone
Sat Nov 12, 2022 1:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX with 2 element array
Replies: 3
Views: 353

Re: New Fivewin with new PDF

... + ", SPF Test for EMail" Local cToAddr := "byron.hopp@gmail.com" Local cCC := "bhopp@matrixcomputer.com" Local cBody := "Email to test the SPF information in the EML. This email was authencated using the Shipping@mycompany.com user name." Local cAttach ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 938

Envio de Correo con Archivos adjuntos

... "," cCommand = cCommand + "to=" + Chr(34) + cTo + Chr(34) + "," cCommand = cCommand + "body=" + Chr(34) + cBody + Chr(34) + "," cCommand = cCommand + "attachment=" + Chr(34) + cAtach1 + Chr(34) oShell:=CreateObject("WScript.Shell") ...
by servicomver
Thu Mar 03, 2022 11:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Correo con Archivos adjuntos
Replies: 3
Views: 326

Duda Correo Thunderbird

... "," cCommand = cCommand + "to=" + Chr(34) + cTo + Chr(34) + "," cCommand = cCommand + "body=" + Chr(34) + cBody + Chr(34) + "," cCommand = cCommand + "attachment=" + Chr(34) + cAtach1 + Chr(34) + "," cCommand = cCommand + "attachment=" ...
by servicomver
Mon Nov 29, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 747

Automated Outlook e-mail and sending plain text

... client ) e-mail ... the code is simple enough and it works quite well .. however I am having problems with some users that can not see the Body ( cBody ) of the message .. which I code as plain text ... Here is the code:          cBody    := "Dear Employee: "+alltrim( cEMployee )+";"+chr(10)  ...
by Rick Lipkin
Tue Oct 19, 2021 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated Outlook e-mail and sending plain text
Replies: 3
Views: 380

Re: Wrong Tooltip

To get a structured text, I added in method METHOD PaintBody( hDC, rc ) CLASS TC5ToolTip DrawText( hDC, AllTrim( ::cBody ), ::aRight,; nOr( If( ::lRightAlignBody, DT_RIGHT, DT_LEFT ), ; DT_EXPANDTABS , DT_WORDBREAK ) ) now the < body > works the same like a standard tooltip ...
by ukoenig
Thu Apr 02, 2020 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1426

Re: Wrong Tooltip

... { ::aHeader2[ 1 ] + 1, ::aHeader2[ 2 ] + 20,; ::aHeader2[ 3 ], ::aHeader2[ 4 ] - 2 }, nOR( DT_WORDBREAK, 8192 ) ) DrawText( hDC, AllTrim( ::cBody ), ::aRight,; nOr( If( ::lRightAlignBody, DT_RIGHT, DT_LEFT ), DT_WORDBREAK ) ) DrawText( hDC, ::cFoot, { ::aFoot[ 1 ], ::aFoot[ 2 ] + 10 + nWFoot,; ...
by ukoenig
Wed Apr 01, 2020 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1426

Re: Quien me ayuda...Adquirir datos de respuesta de una web

Ya he encontrado la solucion. function getresulthtml() local oIE:=nil,cURL:="",j:=0 local cBody:="",cTextoTXT:="",cTextoHTML:="",aElement:={} oIE := CREATEOBJECT( "InternetExplorer.Application" ) WITH OBJECT oIE :Visible := ...
by softruz
Wed Mar 29, 2017 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quien me ayuda...Adquirir datos de respuesta de una web
Replies: 11
Views: 2498

Re: Quien me ayuda...Adquirir datos de respuesta de una web

... diferentes pero ninguna funciona, aqui las que he probado pero nada function test(othis) local cUrl:="",oHttp:="",oIE:=nil,cbody:="",i:=0 cUrl:="https://maps.googleapis.com/maps/api/geocode/xml?address=calle juan de cervantes 38" //cUrl:="http://server/leaflet/html/index.html?latfrom=37.899926&lngfrom=-4.731114&latto=37.587115" ...
by softruz
Fri Mar 24, 2017 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quien me ayuda...Adquirir datos de respuesta de una web
Replies: 11
Views: 2498

Re: Canal5 Calendar

... ) if aPos[2]+a[1] > GetSysMetrics(1) aPos[2] := GetSysMetrics(0) - a[1] - 20 endif ::oToolTip:cHeader := nil//"Calendar" ::oToolTip:cBody := ::acTooltips[ nDia ] ::oToolTip:cFoot :=nil //"Fwh Power" *::oToolTip:Move(nTop, nLeft,nBottom , nRight , .t. ) ::oToolTip:Move( ...
by Silvio.Falconi
Tue Feb 14, 2017 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5697

Re: Canal5 Calendar

... ::oToolTip != nil // ::oToolTip:Show( nBottom - 6, nRight - 6, ::acTooltips[ nDia ], Self ) ::oToolTip:cHeader := "Calendar" ::oToolTip:cBody := ::acTooltips[ nDia ] ::oToolTip:Move(nTop, nLeft,nBottom - 6, nRight - 6, .f. ) ::oToolTip:cFoot :="Fwh Power" ::oToolTip:Default() ...
by Silvio.Falconi
Tue Feb 14, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5697

Re: WebService SetRequestBody com MSXML2.XMLHTTP

Karinha

Eu acabei descobrindo que a string cBody tem que passar no :Send( cBody ) . e eu passada a URL errado.

Grato

Ari
by Ariovaldo
Fri Sep 02, 2016 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebService SetRequestBody com MSXML2.XMLHTTP
Replies: 2
Views: 893

Re: no me funciona CDOSYS, gmail

funcion: Function fSendMail( cMailServer, cFrom, cTo, cSubject, cBody, cAttach, cBCC, cUser, cPass, nPort, oDlg ) Local oCfg, oMsg, oError, nEle, cToken, bMens, lAuth:=!Empty(cUser).and.!Empty(cPass) Local aAttach:={} Default nPort := 25, ; cSubject := "", ...
by noe aburto
Fri May 29, 2015 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me funciona CDOSYS, gmail
Replies: 5
Views: 681

usando CDOSYS marca error, mail

... funciona o que deberia configurar. LAS FUNCIONES SON ESTAS // --- Envio de correo electronico Function SendEmail(cFrom,cTo,cBCC,cAttach,cSubject,cBody,cUser,cPass) Local oDlg, aCtl[ 22 ], oFont Local cMailServer := PadR( "smtp.gmail.com", 60 ) // servidor de correo local nPort:=465 ...
by noe aburto
Tue May 12, 2015 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando CDOSYS marca error, mail
Replies: 4
Views: 1128
Next

Return to advanced search