Search found 53 matches: hhaskey

Return to advanced search

Re: Problema compilando / linkando

Hola. Gracias. Esto me sale: C:\fuentes>if not exist obj md obj C:\fuentes>c:\bcc55\bin\make -fconfig.mak MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Error: Circular dependency exists in makefile menu.res -> menu.res echo off echo c:\bcc55\lib\c0w32.obj + > b32.bc echo obj\menu.obj...
by informaticaeloy
Tue Jan 14, 2014 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema compilando / linkando
Replies: 9
Views: 2091

Re: Iniciandome en el manejo de tablas HASH

JmGarcia wrote:Para 10 millones de iteraciones es mas rápida la sentencia "IN" que la función "HHasKey"

Esta tarda 34,84 seg.
jcenteno wrote:HHasKey( aHash, "O-2222-BB" ) --> lExists

Y esta 32,91 segundos.
MarioG wrote:if "M-9999-DF" IN aHash


muy buen aporte
by MarioG
Tue Mar 13, 2012 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciandome en el manejo de tablas HASH
Replies: 22
Views: 5225

Re: Iniciandome en el manejo de tablas HASH

Para 10 millones de iteraciones es mas rápida la sentencia "IN" que la función "HHasKey"

Esta tarda 34,84 seg.
jcenteno wrote:HHasKey( aHash, "O-2222-BB" ) --> lExists

Y esta 32,91 segundos.
MarioG wrote:if "M-9999-DF" IN aHash
by JmGarcia
Tue Mar 13, 2012 9:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciandome en el manejo de tablas HASH
Replies: 22
Views: 5225

Re: Iniciandome en el manejo de tablas HASH

HHasKey( aHash, "O-2222-BB" ) --> lExists
by jcenteno
Tue Mar 13, 2012 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciandome en el manejo de tablas HASH
Replies: 22
Views: 5225

2 Errores en FWH 11.04, Borland y Harbour SOLUCIONADO

Estimados: alguien me puede ayudar con este error Error: Unresolved external '_HB_FUN_HHASKEY' referenced from C:\FWH\LIB\FIVEH.LIB|VALBLANK Error: Unresolved external '_HB_FUN_HB_DECODE' referenced from C:\FWH\LIB\FIVEH.LIB|XBROWSE Si cambio a un FWH anterior que ...
by Ruben Fernandez
Wed May 04, 2011 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: 2 Errores en FWH 11.04, Borland y Harbour SOLUCIONADO
Replies: 7
Views: 1057

Re: Outlook Calendar (prototype)

Daniel, with xharbour not run Progetto: main, Ambiente: xFive_Pelles: [1]:iLink32.Exe -Gn -aa -Tpe -s @main.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from C:\WORK\PRG\AGENDA\LIB\CALEXX.LIB|tcalex Error: Unresolved ext...
by Silvio
Tue Feb 08, 2011 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Calendar (prototype)
Replies: 102
Views: 32646

hash with (x)harbour - knowledge base

... := If( n > 0 .and. n <= Len( aData ), aData[ n ], 0 ) Same way for Hashes also: We can either write a TRY,CATCH,END block OR result := If( HHasKey( hData, cKey ), hData[ cKey ], <default> ) ----------------------------------------------
by Otto
Tue Sep 21, 2010 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 7995

Re: TXBROWSE: Problema con vScroll

... RecNo() ] y (mi_tabla)->(OrdKeyCount()) equivale a Len(hSqlQuery) 3) Para trabajar con xBrowse basta que le indique: ::bKeyNo:={|| if(HHasKey(hSqlQuery,(::cAlias)->(RecNo())),hSqlQuery[(::cAlias)->(RecNo())],0) } ::bKeyCount:={|| Len(hSqlQuery)}
by César E. Lozada
Sat Nov 21, 2009 4:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBROWSE: Problema con vScroll
Replies: 2
Views: 496
Previous

Return to advanced search