Search found 64 matches: lret

Return to advanced search

connecting SQL SERVER VIA ODBC PROLEM

... CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) END orsPed:CursorLocation := adUseClient orsPed:LockType := adLockOptimistic orsPed:CursorType := adOpenDynamic ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 327

Re: CONEXION ADODB SQL SERVER

... CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) END orsPed:CursorLocation := adUseClient orsPed:LockType := adLockOptimistic orsPed:CursorType := adOpenDynamic ...
by MANOLO
Mon Jan 29, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 280

CONEXION ADODB SQL SERVER

... CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) END orsPed:CursorLocation := adUseClient orsPed:LockType := adLockOptimistic orsPed:CursorType := adOpenDynamic ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 280

CONEXION ADODB SQL SERVER

... CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) END orsPed:CursorLocation := adUseClient orsPed:LockType := adLockOptimistic orsPed:CursorType := adOpenDynamic ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 144

Enviar Correos CDO con fwh2307

... cSubject :TextBody = cMsg For x := 1 To Len( aAttach ) if aAttach[x] <> NIL :AddAttachment(AllTrim(aAttach[x])) endif Next :Send() END WITH lRet := .t. CATCH MsgInfo("No fue posible enviar el correo") lRet := .f. END Es parte del codigo , si trato con la versión que tenia anteriormente ...
by EASYSOFT
Mon Aug 21, 2023 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar Correos CDO con fwh2307
Replies: 15
Views: 855

Re: Send EMail Within FW Appplication....

... aAttach := {} LOCAL aCc := "" //??? LOCAL lHtml := .F. LOCAL lSSL := .F. LOCAL cPort := "465" LOCAL lNotification := .F. LOCAL lRet := .F. Any parameter missing..??
by RiazKhan
Tue Jun 08, 2021 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3070

Re: No salir del programa desde ErrSysW

No quiero que al cliente le aparezca el error, el código que he puesto en ErrSysW.prg está en la función ErrorDialog (e) y hago el return lRet antes de que aparezca el diálogo de error.
by gmart1
Tue Feb 11, 2020 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No salir del programa desde ErrSysW
Replies: 6
Views: 1349

No salir del programa desde ErrSysW

... = Nil        nVeces++        M->oAnnos:oADO:CONECTAR ()    enddo    if M->oAnnos:oADO:oCon # Nil        lRet := .t.        return lRet    // Necesito que no se salga del programa. Actualmente me genera hb_out.log y se sale.    endif   endif  La variable ...
by gmart1
Tue Feb 11, 2020 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No salir del programa desde ErrSysW
Replies: 6
Views: 1349

Re: FW_ExcelToDBF - (2015) Import procedure from Excel not run

Resolved but also not run ok put at the end of the function FW_ExcelToDbf before lRet: = FW_ArrayToDBF (adata, If (Empty (cFieldList), If (Empty (aHead), nil, aHead), cFieldList), bProgress) this line aData: = ArrTranspose (aDATA) only there is another problem on ...
by Silvio.Falconi
Wed Nov 27, 2019 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF - (2015) Import procedure from Excel not run
Replies: 3
Views: 877

Re: conflicto con database

... DBLCLICK (lacepto:= .t.,odlg:end()) of odlg olbm:setfocus() olbm:bSkip := { | nRecs | odbf:Skipper( nRecs ) } 1-Quite esta parte olbm:bSeek := {|lRet| olbm:DbfSeek(.T.) } oLbm:bkeydown := {|nkey,nflags| iif(nKey = VK_RETURN, nBut:setfocus(),.f.)} olbm:nClrBackFocus := CLR_CYAN olbm:nClrForeFocus ...
by surGom
Thu Oct 24, 2019 1:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: conflicto con database
Replies: 4
Views: 917

Ejemplo de conexion a Eagle1

... local cUser :="root" local cPassword :=" " local cDbName := "Base" local cTabla := "Tabla" local lRet local oMySql, oDb, oDlg MsgInfo( "Empiezo..." ) SET DATE FORMAT TO "DD/MM/YYYY" DEFINE DIALOG oDlg FROM 2, 2 TO 14, 35; TITLE ...
by Compuin
Tue Apr 18, 2017 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de conexion a Eagle1
Replies: 3
Views: 940

Re: Envio de SMS

... Yo hago algo parecido con un servicio aqui en Venezuela METHOD Enviarsms(cOrden,cTlf) CLASS TServicio LOCAL cMensa:="" LOCAL cHost,lRet:=.F. LOCAL oHttp,cFuncion,oError,cTextohtml,cXml,xDato,nReg:=0,nI:=0 if empty(cTlf) msgstop("No hay celular para enviar mensaje","verifique ...
by mag071
Fri Jan 27, 2017 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de SMS **SOLUCIONADO**
Replies: 9
Views: 4032

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... autorizadas que dan soporte tecnico. alli tienes una opcion de utilitario donde bajas manuales y demas. Static Function AbroDllPrinter() LOCAL lRet:=.F. LOCAL cDllName:="TFHKADIR.DLL" hFiscalDll:=LoadLib32(cDllName) if Abs( hFiscalDLL ) <= 32 MsgAlert( "Error code: " ...
by joseluisysturiz
Fri Dec 09, 2016 4:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1506

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... autorizadas que dan soporte tecnico. alli tienes una opcion de utilitario donde bajas manuales y demas. Static Function AbroDllPrinter() LOCAL lRet:=.F. LOCAL cDllName:="TFHKADIR.DLL" hFiscalDll:=LoadLib32(cDllName) if Abs( hFiscalDLL ) <= 32 MsgAlert( "Error code: " ...
by mag071
Fri Dec 09, 2016 4:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1506

Re: email CDO caracter problem

... Enrico above you can see how i send mails, but in destination body email the caracters display wrong. Thanks! Static Function Config_Mail() local lRet := .f. local oCfg, oError local cServ := "smtp.gmail.com" local nPort := "465" local lAut := .t. local lSSL := .t. local cUser ...
by Wanderson
Wed May 25, 2016 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: email CDO caracter problem
Replies: 13
Views: 1932
Next

Return to advanced search