Search found 109 matches: nerror

Return to advanced search

Re: problem with read from xml file

... oXmlDoc := TXmlDocument():new(,5) // ,HBXML_STYLE_NOESCAPE ) // HBXML_TYPE_CDATA HBXML_STYLE_NOESCAPE if !( oXmlDoc:nError==HBXML_ERROR_NONE ) wait "xml file parsing error " + str(oXmlDoc:nError) break endif oXMlDoc:read( cString ) oXmlNode00 := oXmlDoc:findFirst( ...
by kajot
Tue Jan 24, 2017 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with read from xml file
Replies: 17
Views: 3648

Re: Hi New To The Forum / Need Help with setting up Dolphin

... <oServer> := TDolphinSrv():New( <cHost>, <cUser>, <cPassword>, <nPort>, ; <nFlags>, <cDBName>, [{| Self, nError, lInternal, cExtra | <uOnError> }], ; [ <cName> ], [{| cValue |<uDecrypt>}] ) When i run this script like this.. DEFINE DIALOG ...
by Tekfreakz
Fri Jan 13, 2017 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi New To The Forum / Need Help with setting up Dolphin
Replies: 14
Views: 3354

Grabar en regedit Windows 7 32 Bits

... function Main() LOCAL oReg, cName, uVar oReg = TReg32():New( HKEY_CURRENT_USER, "SOFTWARE\Medida\Etiqueta" ) IF oReg:nError <> 0 oReg = TReg32():Create( HKEY_CURRENT_USER, "SOFTWARE\Medida\Etiqueta" ) oReg:Set( "","The default value") ...
by Compuin
Sun Jan 01, 2017 2:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar en regedit Windows 7 32 Bits
Replies: 1
Views: 1024

New FTDN October/Octubre 2016 (FWH 16.10)

... -ListProcess([lShow = .f.]) --> aList of current processes - METHOD BackUp() is now made silent by default. In case of error, oCn:nError is set to non-zero value, oCn:cError is set with error information and returns .F.. If oCn:lLog or oCn:lLogErr is set to .T., the error is logged ...
by Antonio Linares
Tue Nov 01, 2016 10:35 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2016 (FWH 16.10)
Replies: 0
Views: 1286

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

Mr vmarimon This is the change implemented in FWH 16.09: METHOD BackUp() is now made silent by default. In case of error, oCn:nError is set to non-zero value, oCn:cError is set with error information and returns .F.. If oCn:lLog or oCn:lLogErr is set to .T., the error is logged to the ...
by nageswaragunupudi
Sat Oct 29, 2016 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20753

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... oCn := maria_Connect( oAdoCn (or) oTMySqlCon ) DATAs ReadOnly cClientInfo, cServerInfo cServer, cuser, nPort, nFlags, cDB nError // Last error ( 0 = no error) cError // Last error in the selected language cSqlInfo // Last sql execution informatuon in selected language lOpen ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28863

Re: Escuchar comunicaciones por puerto IP.

... can be detected with inetErrorCode() . INetErrorCode() : Returns the last sockets error code. Syntax INetErrorCode( <pSocket> ) --> nErrorCode Arguments <pSocket> This is a pointer to a socket. Return value The function returnes the error code of the last sockets operation ...
by JmGarcia
Mon Apr 14, 2014 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Escuchar comunicaciones por puerto IP.
Replies: 2
Views: 947

Re: Dolphin error en DOL_GETERROTEXT

Carlos

verifica cual es el numero del error interno, debe estar en la variable nError
by Daniel Garcia-Gil
Mon Nov 11, 2013 3:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dolphin error en DOL_GETERROTEXT
Replies: 7
Views: 1632

Re: Ayuda para leer peso de una bascula

... ) ) ///////////////////////////////////////////////////////////////////////////////// STATIC FUNCTION AbrePuertoCom( cPuerto ) LOCAL nComm, cDcb, nError nComm := OpenComm( "COM" + cPuerto + ":9600,N,8,1",2048,512) If nComm <= 0 nError := GetCommError( nComm ) MsgInfo( "Error ...
by EBM
Sun Jul 14, 2013 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para leer peso de una bascula
Replies: 9
Views: 3080

Ayuda para leer peso de una bascula

... COM3 de una báscula Marca Torrey y no logro hacerlo funcionar, el codigo que estoy usando es el siguiente: FUNCTION TestBascula() LOCAL nComm, nError, i, cDato, nContador := 0, cPaso := "", cDcb := "" nComm := OpenComm("COM3:9600,N,8,1",2048,512) cDato := Space(80) ...
by EBM
Fri Jul 05, 2013 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para leer peso de una bascula
Replies: 9
Views: 3080

Harbour question

Good morning when compiling with Harbour the following i get an error SWITCH nError CASE 0 EXIT CASE -1 ALERT("Mauvais Paramètre") EXIT CASE 3 ALERT( "Ce dossier n'esiste pas " + cDir ) EXIT CASE 5 ALERT("Accès refusé au dossier " ...
by Richard Chidiak
Fri Apr 19, 2013 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour question
Replies: 2
Views: 569

Re: Clase TDb o TDatabase....cual usar?

... INLINE (::nArea)->(RecCount()) METHOD Fin() INLINE (::nArea)->(DBCloseArea()) METHOD SetFocus() INLINE (Select(::cAlias)) ERROR HANDLER OnError( uParam1 ) ENDCLASS //---------------------------------------------------------------------------// METHOD New( cAlias ) CLASS TDb local n, oClass, ...
by Compuin
Thu Feb 28, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TDb o TDatabase....cual usar?
Replies: 10
Views: 2846

Re: FWh SQLITE

... Used with Recordset.Open or Requery only. #define adCmdTableDirect 512 class tSQLite data oConn // Conexion con la BBDD data lError init .f. data nError init 0 method new(cDatabase) constructor method Query(cSQL) method Execute(cSQL) method GetValue(oRs,cItem) method end() method SQliteGetType(nType) ...
by softruz
Mon Jan 14, 2013 11:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWh SQLITE
Replies: 3
Views: 1330

PROBLEMAS CON COMUNICACION SERIE

... "n" nConf4 := 8 nConf5 := 1 nConf6 := 0.1 oCom1 := TRS232():New(cConf1,,,nConf2,cConf3,nConf4,nConf5,nConf6) // control error IF oCom1:nError <> 0 F_Stop("ERROR al abrir puerto.Maniobra abortada.") RETURN (.F.) ENDIF F_INFO("PUERTO ABIERTO") RETURN (.T.) LA ...
by maruan14
Mon Aug 06, 2012 9:46 am
 
Forum: FiveWin para CA-Clipper
Topic: PROBLEMAS CON COMUNICACION SERIE
Replies: 10
Views: 5736

Re: Archivos XML - para Antonio

... vArch:=cGetFile32() ArchXML:=vArch ContXML:=MEMOREAD("&ArchXML") oDoc:=TXmlDocument():New(ContXML,HBXML_STYLE_NOESCAPE) IF oDoc:nError != HBXML_ERROR_NONE MsgInfo("Error - "+Str(oDoc:nError),"ERROR") Return nil ENDIF oLinMae:=oDoc:findfirst("LineaMaestro") ...
by Jorge Jaurena
Sat Jul 07, 2012 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos XML - para Antonio
Replies: 5
Views: 1520
PreviousNext

Return to advanced search

cron