Search found 93 matches: ckey

Return to advanced search

Re: Error al leer XML

... .T. oTagActual = oXmlIter:Next() If oTagActual != nil cTagName:= oTagActual:cName cTagData:= oTagActual:cData HEval( oTagActual:aAttributes, { | cKey, cValue | Guarda_XML_Valores( oDatos, cKey, cValue, oTagActual:cName ) } ) Else * Exit ///AQUI SE SALE Y YA NO CONTINUA ANALIZANDO Endif ENDDO ...
by servicomver
Thu Jun 11, 2015 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al leer XML
Replies: 4
Views: 1576

Error al leer XML

... oXmlDoc:oRoot ) oDatos:Blank() aDatos := {} DO WHILE .T. oTagActual = oXmlIter:Next() If oTagActual != nil HEval( oTagActual:aAttributes, { | cKey, cValue | Guarda_XML_Valores( oDatos, cKey, cValue,oTagActual:cName ) } ) Else Exit Endif ENDDO Pasa lo siguiente: Si el XML inicia como a continuacion, ...
by servicomver
Wed Jun 10, 2015 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al leer XML
Replies: 4
Views: 1576

Re: ADO RDD xHarbour

... following way (also with relations). It works just like dbfs any changes needed in app code. See the code We will have another function adoseek(cKey) to build a recordset with the ckey expresssion as where clause and adoseek() to revert to the previous recordset. Its faster than the ado_seek() ...
by AHF
Tue Apr 14, 2015 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447052

Re: ADO RDD xHarbour

... oRecordSet:Find( "NAME = 'whatever' ", , adSearchBackward) oRecordSet:Move(1) == lSoftSeek The remaining problem is when the cKey in dbseek corresponds to multiple fields but we dont have this case in our app :D
by AHF
Tue Mar 31, 2015 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447052

TOTALIZAR UNA TABLA

... ) __dbtotal(cFile,"DIA",aCampos ) __dbtotal(cFile,"FIELDNAME->DIA",aCampos ) __dbtotal(cFile,FIELDNAME->DIA,aCampos ) cKey:="DIA" __dbtotal(cFile,cKey,aCampos ) __dbtotal(cFile,&cKey,aCampos ) __dbtotal(cFile,&cKey.,aCampos ) y me da un resultado inesperado, ...
by LuisPonce
Fri Mar 27, 2015 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TOTALIZAR UNA TABLA
Replies: 4
Views: 586

ADS Encrypted File Indexing

... a file, I get an error. I use: oDB:createIndex( "erfcit", "city",,, .t., 10 ) Which is a call to: METHOD createIndex( cTag, cKey, lUnique, lAscending, lMeter, nInterval, cMessage, cFor, cFor2 ) DEFAULT lUnique := .f., ; lAscending := .f., ; lMeter := .t., ; nInterval := MAX( ...
by TimStone
Mon Mar 09, 2015 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Encrypted File Indexing
Replies: 1
Views: 604

Re: Read record from a inifile

... lines of ini file. aIni := hb_IniRead( inifilename ) FOR EACH cSection IN aIni:Keys ? ? "Section [" + cSection + "]" FOR EACH cKey IN aSect:Keys ? cKey + " = " + aSect[ cKey ] NEXT NEXT Regards Dagia Yunus.
by dagiayunus
Mon Nov 24, 2014 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read record from a inifile
Replies: 4
Views: 874

Re: Visor XML

...     If oTagActual != nil         *MsgInfo( oTagActual:cName, oTagActual:cData )         HEval( oTagActual:aAttributes, { | cKey, cValue | MsgInfo( cKey, cValue ) } )      Else         Exit      Endif   End   FClose( hFile )return nil y este otro ...
by ACC69
Thu Aug 14, 2014 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visor o leer XML...(Solucionado)
Replies: 30
Views: 14031

Creacion / Modificacion de Archivos XML

... while .T. oTagActual = oXmlIter:Next() If oTagActual != nil MsgInfo( oTagActual:cName, oTagActual:cData ) HEval( oTagActual:aAttributes, { | cKey, cValue | MsgInfo( cKey, cValue ) } ) // AQUI POR EJEMPLO como haria para grabar un nuevo valor en oTagActual:cData ?? Else Exit Endif End FClose( ...
by Enrrique Vertiz
Thu Feb 06, 2014 6:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creacion / Modificacion de Archivos XML
Replies: 4
Views: 945

Re: MySql y Conexiones seguras con SSL

Con eagle1... lo hago así : Crea_Temporal_SSl(cCaPem+"\",@cKey,@cCert,@cCa) cKey := cCaPem+"\"+cKey cCert := cCaPem+"\"+cCert cCa := cCaPem+"\"+cCa TRY M->oServe1 := TMSConnect():New() M->oServe1:SetAutoError( ...
by russimicro
Sat Aug 31, 2013 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql y Conexiones seguras con SSL
Replies: 2
Views: 490

Busqueda en browse

... oDlg se supone que debe en cada teclazo ir a la funcion "BuscaDato" para buscar y nada. Gracias. static function BuscaDato(oBUSCAR,aVent,cKey) local nSeekRec:=recno(),lDesp:=.t.,nSeekNvo,nOrdAnt MsgAlert(nKey) if GetAsyncKey(VK_BACK) cKey:=substr(cKey,1,len(cKey)-1) endif cKey:=left(cKey,len(cKey)-1) ...
by noe aburto
Mon Aug 19, 2013 11:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda en browse
Replies: 3
Views: 824

Re: Incremental xBrowse-ARRAY-search from GET ?

... // Define the complete Array ( aTable2 ) from 3 Groups GET_KEYS(aArray1, aArray2, aArray3) IF ( nAt := AScan( aTable2, { | a | ALLTRIM(cKey) == SUBSTR( ALLTRIM( a[ 1 ] ), 1, nLen ) } ) ) != 0 nKey := ALLTRIM( STR( aTable2[nAt][2] ) ) ENDIF // Jump to the xBrowse Column and Row IF nAt ...
by ukoenig
Tue Jun 18, 2013 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental xBrowse-ARRAY-search from GET ?
Replies: 3
Views: 1498

Re: Processing XML Data

... > nDepth if oTagActual:Depth() == nDepth + 1 // MsgInfo( oTagActual:cName ) // Try this way too // HEval( oTagActual:aAttributes, { | cKey, cValue | _XmlParse( cKey, cValue, oTagActual:cName, @lPass, cSOurce+cFileName, @cEdiLog ) } ) _XmlParse( oTagActual:cName, oTagActual:cData, "", ...
by cdmmaui
Wed Mar 13, 2013 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Processing XML Data
Replies: 10
Views: 5968

Re: Processing XML Data

... != nil _XmlParse( oTagActual:cName, oTagActual:cData, "", @lPass, cSource+cFileName, @cEdiLog ) HEval( oTagActual:aAttributes, { | cKey, cValue | _XmlParse( cKey, cValue, oTagActual:cName, @lPass, cSOurce+cFileName, @cEdiLog ) } ) ELSE EXIT ENDIF END FClose( hFile )
by cdmmaui
Wed Mar 13, 2013 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Processing XML Data
Replies: 10
Views: 5968

Processing XML Data

... != nil _XmlParse( oTagActual:cName, oTagActual:cData, "", @lPass, cSource+cFileName, @cEdiLog ) HEval( oTagActual:aAttributes, { | cKey, cValue | _XmlParse( cKey, cValue, oTagActual:cName, @lPass, cSOurce+cFileName, @cEdiLog ) } ) ELSE EXIT ENDIF END FClose( hFile )
by cdmmaui
Wed Mar 13, 2013 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Processing XML Data
Replies: 10
Views: 5968
PreviousNext

Return to advanced search