Search found 14 matches: cemail

Return to advanced search

Ayuda con Fast Report

... dirección email. https://www.datanet.space/fw/monte.jpg Creo que hay que actualizar la variable de fastreport asi: email.Address = cEmail pero no tengo idea de como hacerlo.
by JoseAlvarez
Fri Oct 06, 2023 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Fast Report
Replies: 1
Views: 139

Get...bitmap..action

... have the button I try with this test #include "fivewin.ch"Function test()local oDlg,oGet,oFont,oBoldlocal aGet[1]local cEmail:=Space(30) DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-14 DEFINE FONT oBold NAME "TAHOMA" SIZE 0,-14 BOLDDEFINE DIALOG ...
by Silvio.Falconi
Sat Nov 27, 2021 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get...bitmap..action
Replies: 7
Views: 607

Re: Error CDO si en el server pongo la IP

... muy bien con windows live mail. DEFINE MAIL oMail ; SUBJECT cxSUBJECT ; FILES cRutafileA , cRutafileA , cRutafileB , cRutafileB ; TEXT cTexto ; TO cEmail, cEmail ACTIVATE MAIL oMail MUY importante: NO USES CRLF en el texto de Subject. Checa los parametros del TO, estan repetidos, asi funciona bien ...
by devtuxtla
Sat Mar 17, 2012 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error CDO si en el server pongo la IP
Replies: 6
Views: 1045

Re: Emails & FWH & Adjuntos

... resolvi de la siguiente manera: DEFINE MAIL oMail ; SUBJECT cxSUBJECT ; FILES cRutafileA , cRutafileA , cRutafileB , cRutafileB ; TEXT cTexto ; TO cEmail, cEmail ACTIVATE MAIL oMail MUY importante: NO USES CRLF en el texto de Subject. Lo probe con windows Live Mail, sobre windows vista y XP Saludos ...
by devtuxtla
Sat Feb 18, 2012 10:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Emails & FWH & Adjuntos
Replies: 10
Views: 3123

Re: DEFINE MAIL .... HTML

... Using the following code. AADD( aStmnAttach, { cFText, cFText } ) AADD( aStmnAttach, { PA[25] + cPdf + '.pdf', PA[25] + cPdf + '.pdf' } ) _email( cEmail, cSubject, '', aStmnAttach ) //-------------------------------------------------------------- function _email( cTo, cSubject, cText, aEmFile ...
by cdmmaui
Thu Aug 18, 2011 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE MAIL .... HTML
Replies: 8
Views: 1313

Tengo un problemita con xbrowse RESUELTO

... +" Col. " + ALLTRIM(AUTOS->COLONIA) +" Cp. " +; ALLTRIM(AUTOS->cod_postal), oGetDirec:Refresh(),cEmail:=AUTOS->email,aEmail:Refresh(),cPagina:=AUTOS->pagina,aPagina:Refresh(),getCiu:=AUTOS->poblacion,oGetCiu:Refresh(),MEMITO:=AUTOS->comentario,mComments:Refresh(),getPol:=AUTOS->R_Poliza,; ...
by AIDA
Fri Feb 26, 2010 7:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un problemita con xbrowse RESUELTO
Replies: 2
Views: 952

Re: Outlook OLE

Jack function ReadMail(aData) local oOL,oNameSpace,oInbox,i := 0,cName := '',cEmail := '',nCount := 0,; nNameSpace := 0,nLineCount := 0 asize(aData,0) oOL := TOleAuto():New( "Outlook.Application" ) oNameSpace = oOL:Get( "GetNameSpace", "MAPI" ...
by Colin Haig
Thu Nov 05, 2009 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook OLE
Replies: 19
Views: 6156

... (le agregué un segundo chequeo y detecta lo anteriormente descrito) Saludos //------------------------------------- Static Function CleanEMail( cEMail ) Local nLeft, nRight If ( nLeft := At( "<", cEMail ) ) > 0 If ( nRight := At( ">", cEMail ) ) > 0 cEMail := SubStr( cEMail, nLeft ...
by FranciscoA
Thu Sep 11, 2008 1:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con array en tsmtp
Replies: 3
Views: 753

... := "holahola@hola.com" ... .. . INDEX ON SUBSTR(email,1, AT("@") -1) + SUBSTR(email, AT("@") +1,50) TO XXXXX ... .. . REDEFINE GET oEmail VAR cEmail ...... ... .. . cBusca := ALLTRMI(SUBSTR(cEmail,1, AT("@") -1) + SUBSTR(cEmail, AT("@") +,50) ) DBSEEK(cBUsca)
by Willi Quintana
Sat Jul 26, 2008 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Indexar con @
Replies: 16
Views: 2972

... INIT 0 DATA nIdDtsBanco INIT 0 DATA dFechaRegistro INIT DATE() DATA dFechaNacimiento INIT cTod(" / / ") DATA cTelefonoMovil INIT space(50) DATA cEmail INIT space(30) DATA cWeb INIT space(45) DATA cCodigoCuenta INIT space(25) DATA cStatAct INIT "ACTIVO" DATA cStatusActivo INIT "1" METHOD New() ...
by ADBLANCO
Thu Apr 17, 2008 11:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Es posible unir dos pedazos de codigo ?? algo como include
Replies: 5
Views: 1075

PROBLEMAS CON ESCAPE ( EN UN GET)

... .OR.; oOldData:dFechaNacimiento <> oData:dFechaNacimiento .OR.; oOldData:cTelefonoMovil <> oData:cTelefonoMovil .OR.; oOldData:cEmail <> oData:cEmail .OR.; oOldData:cWeb <> oData:cWeb .OR.; oOldData:cCodigoCuenta <> oData:cCodigoCuenta .OR.; oOldData:cStatusActivo ...
by ADBLANCO
Tue Dec 18, 2007 9:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON ESCAPE ( EN UN GET)
Replies: 8
Views: 2040

Re: Email with Attachments

IF FILE( DEFPATH() + cFile ) DEFINE MAIL oMail SUBJECT cSubject ; TEXT cBody ; TO cName , cEmail ; FILES DEFPATH() + cFile, cFilename ; FROM USER ACTIVATE MAIL oMail ELSE ? DEFPATH() + cFile+" not found" ENDIF Can I use this command ...
by NK
Tue May 01, 2007 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email with Attachments
Replies: 1
Views: 683

Email with Attachments

IF FILE( DEFPATH() + cFile ) DEFINE MAIL oMail SUBJECT cSubject ; TEXT cBody ; TO cName , cEmail ; FILES DEFPATH() + cFile, cFilename ; FROM USER ACTIVATE MAIL oMail ELSE ? DEFPATH() + cFile+" not found" ENDIF Can I use this command ...
by Ollie
Tue May 01, 2007 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email with Attachments
Replies: 1
Views: 683

Problems with sending emails - some questions

... MapiLogOn() DEFINE MAIL oOutMail ; SUBJECT ALLTRIM(EmOnde) ; FILES TabAtt,"" ; TEXT FmText FROM USER oOutMail:aRecipients := {{ALLTRIM(LOWER(cEmail[i])),""}} ACTIVATE MAIL oOutMail RC := oOutMail:nRetCode MapiLogOff() ---------------------------------------------- My email is transferred ...
by driessen
Sun Feb 18, 2007 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with sending emails - some questions
Replies: 15
Views: 6835

Return to advanced search