Search found 11 matches: lread

Return to advanced search

New FTDN April/Abril 2018 (FWH 18.04)

... <nClrBack>, <nTop>, <nLeft>, <nBottom>, <nRight>,; <nClrText>, <cFile>, <nLin>, <lRead>, <oDlg>, <lMnu>, <pDoc>, <nLex>, <bSetup>,; <nSizeFont>, <lBold>, <bInit>, <lLoad>, ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2162

Re: How to do chat and file transfer software using fivewin ?

... local odb1,odlg private obrow DEFAULT lok:=.f. odb1:=oServer:Query("select receiver from message where receiver='"+username1+"' and lread<>'Y'"; +" union all select receiver from message where receiver='' and lread<>'Y'"; +"") if odb1:LASTREC()>0 ...
by ShumingWang
Sat Aug 23, 2014 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to do chat and file transfer software using fivewin ?
Replies: 4
Views: 1275

Re: REad From INI FILE

... ReadIni( cSection )LOCAL aEntry := {}LOCAL oFile := TFileRead():New( "yourfile.ini" )LOCAL lRead := .F.LOCAL cTempWHILE oFile:MoreToRead()    cTemp := allTrim( oFile:ReadLine() )    IF cTemp == "[" + cSection ...
by Eoeo
Sun Aug 26, 2012 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REad From INI FILE
Replies: 5
Views: 1204

Re: Juan Planelles Lazaga

... aLista[3] //, aLista[4] ACTIVATE DIALOG oWnd2 CENTER return nValue *------------ * function MemoEdi2( cText, nTop, nLeft, nBottom, nRight, cTitle, lRead ) local oDlg2, oMemo, lAcept := .f., cMemo := cText // Respaldo .. local oBAcept, oBCancel DEFAULT nTop := 3, nLeft := 5, nBottom := 30, nRight ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6739

Re: Send email

Try: FUNCTION HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer, nPriority, lRead, lTrace, lPopAuth, lNoAuth, nTimeOut, cReplyTo ) /* cServer -> Required. IP or domain name of the mail server nPort -> Optional. Port used my email ...
by Enrico Maria Giordano
Mon Feb 23, 2009 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send email
Replies: 5
Views: 1727

Enviar email sin outlook

... * FUNCTION luizSendMail( cServerIP, nPort, cFrom, aTo, cMsg, cSubject, aFiles,cUser, cPass, cPopServer, nPriority, lRead, lTrace ,lPopAuth) Saludos, Daniel Puente Marchione Sistemas Puerto Santa Cruz, Argentina puenteda@hotmail.com
by DanielPuente
Fri Nov 21, 2008 4:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mail sin outlook
Replies: 10
Views: 2045

Hola, yo utilizo las siguientes funciones para crear y manipular los ficheros con nombres largos: DLL32 FUNCTION FCreate32( lpPathName AS STRING, iAttribute AS LONG ) AS LONG PASCAL FROM "_lcreat" LIB "KERNEL32" DLL32 FUNCTION FWrite32( hFile AS LONG, lpBuffer AS STRING, wBytes AS LONG ) AS LONG PAS...
by Sebastián Almirón
Mon May 12, 2008 8:57 am
 
Forum: FiveWin para CA-Clipper
Topic: Crear un fichero de más de 8 letras
Replies: 8
Views: 2026

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: 10571

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. Port used my email server cFrom -> Required. Email ...
by FiveWiDi
Thu Nov 01, 2007 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10571

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. Port used my email server cFrom -> Required. Email ...
by Antonio Linares
Thu Nov 01, 2007 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10571

I got the source code from : Clase TScan32: http://hyperupload.com/download/018667af97/Tscan32.zip.html Clase TVideo: http://hyperupload.com/download/01c795bc14/TVideo.zip.html Clase TCapture: http://hyperupload.com/download/011f3afb85/TCapture.zip.html get error When I used with xBuildW and exe not...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4249

Return to advanced search