Search found 102 matches: cserver

Return to advanced search

... FUNCTION MenuCrw() local oBmp local oFont1, oFont2 LOCAL oDlg, oBtn LOCAL lSalir := .F. LOCAL oDlg44, cserver, PathData local cTitle := OemToAnsi("Justificantes de cuentas") * wInstalado := "\WINCAP\TEMP\" PathData := "\WINCAP\TEMP\" DEFINE BITMAP oBmp ...
by Ramón J.
Sun May 25, 2008 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: parse error at '@' ?
Replies: 11
Views: 2150

Antonio.
Evio esto:
HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth)
Este es el error:
Error: Unresolved external '_HB_FUN_HB_SENDMAIL' referenced from D:\EMAILS\MYOBJ\PRINCIPAL.OBJ

Gracias
by jmua
Mon Nov 05, 2007 9:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10661

HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth) Where: cServer -> Required. IP or domain name of the mail server nPort -> Optional. ...
by FiveWiDi
Thu Nov 01, 2007 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10661

HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth) Where: cServer -> Required. IP or domain name of the mail server nPort -> Optional. ...
by Antonio Linares
Thu Nov 01, 2007 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10661

FTP

Esto me funciona siempre bien. Pruebalo #include "fivewin.ch" static cServer//:="204.233.245.140", static odlg,ownd static cDirIp1,cNomZipLo1,CNomZipRe1,cDirRemot1,cUser1,cPasswd1 function main() set date to british SET CENTURY ON dbcloseall() use tablaftp ...
by omarelunico
Tue Jul 10, 2007 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ftp con fivewin
Replies: 10
Views: 4353

Enrico,

The userid is nil. Please change this into adordd.prg:

static bError, s_cTableName, s_cEngine, s_cServer, s_cUserName := "", s_cPassword := "", s_cQuery := ""
by Antonio Linares
Sun May 13, 2007 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103326

Sample

... AS Sifra, Naziv, NVL(X,0) AS XCOOR, NVL(Y,0) AS YCOOR FROM Objekat ORDER BY Sifra" NEW */ // Example for creation of MySQL connection string cServer := "www.freesql.org" cUserID := "myuser" cPassword := "mypass" cDatabase := "test00" OPEN CONNECTION "DRIVER={MySQL ODBC 3.51 Driver};database="+cDatabase+";server=" ...
by digicad
Sun Apr 29, 2007 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103326

Connection

I suggest first create ADO Connection, this connection we can use in ADO Recordsets (in dBase terminology TABLE ), second parameter is string or ADO Connection object. If we create connection object we can use cnn:Execute("Select * FROM Table"), cnn:Errors and open method of recordsets is fast. My s...
by digicad
Sun Apr 29, 2007 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103326

Ejemplo de uso de TFBlat.

... /* Hay un pequeño detalle: New() y Send() devuelven el objeto oTFBlat End() devuelve .T. o .F. */ CursorWait() oBlat := TfBlat():New( AllTrim(cServer), ; AllTrim(cMailsend), ; cUbicacionBlat, ; "C:\TEMP\", ; { AllTrim(cMailsend) }, ; Nil, ; aSelectMail, ; AllTrim(cAssumpte), ; "" ; ) oBlat:FAttach( ...
by FiveWiDi
Thu Oct 26, 2006 6:13 pm
 
Forum: FiveWin para CA-Clipper
Topic: correo con blat
Replies: 18
Views: 6882

Clase para manejar Blat.exe ....

... DATA cVersion AS STRING // Versión de la clase. DATA lInstall AS LOGICAL // Indicador de si Blat.exe ja ha estado registrado en el sistema. DATA cServer AS STRING // Servidor de correo para envío. (correo.lapera.com) DATA cMailsender AS STRING // Mail de envío. DATA lSendOk AS LOGICAL // Indica ...
by FiveWiDi
Wed Oct 25, 2006 8:58 pm
 
Forum: Utilities / Utilidades
Topic: Clase para manejo de blat.exe desde FiveWin. V1.1
Replies: 8
Views: 5473

AlexSchaft wrote:Hi,

That's the one I know. I'm looking for something that will return cServer from cServerIP. I've been looking at getaddrinfo on MSDN but haven't tackled it yet :)

Alex


Or gethostbyaddr().

EMG
by Enrico Maria Giordano
Thu Sep 14, 2006 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reverse dns lookup
Replies: 6
Views: 1326

Hi,

That's the one I know. I'm looking for something that will return cServer from cServerIP. I've been looking at getaddrinfo on MSDN but haven't tackled it yet :)

Alex
by AlexSchaft
Thu Sep 14, 2006 4:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reverse dns lookup
Replies: 6
Views: 1326
Previous

Return to advanced search