Search found 35 matches: adssetaof

Return to advanced search

Con la duda aun, Harbour 3.0.0 ó 3.2.0?

... Error: Unresolved external 'AdsRefreshAOF' referenced from I:\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsSetAOF' referenced from I:\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsGetFilter' referenced from I:\HARBOUR\LIB\RDDADS.LIB|adsfunc ...
by noe aburto
Tue Aug 25, 2020 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Con la duda aun, Harbour 3.0.0 ó 3.2.0?
Replies: 2
Views: 731

Re: tDatabase- AdsSetAof()

Thank you James. Very clear.

Regards
Ruben Dario Fernández
by D.Fernandez
Thu Nov 16, 2017 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDatabase- AdsSetAof()-RESUELTO
Replies: 2
Views: 688

Re: tDatabase- AdsSetAof()

Ruben, Adding ADS functions to TDatabase is not the best way to handle this. OOP principles are that you should create a separate class to handle a separate database type. Thus you could have an array class that works using the same methods as a DBF database class. You can then plug in either class ...
by James Bott
Thu Nov 16, 2017 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDatabase- AdsSetAof()-RESUELTO
Replies: 2
Views: 688

tDatabase- AdsSetAof()-RESUELTO

Hola amigos. Existe la posibilidad de agregar AdsSetAof() a tDatabase? Gracias. Ruben Dario Fernandez. Mi hijo lo relvió En tData debe incluirse #include "ads.ch method setAOF(cFilter) inline (::cAlias)->(AdsSetAOF(cFilter)) method clearAOF ...
by D.Fernandez
Thu Nov 16, 2017 8:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDatabase- AdsSetAof()-RESUELTO
Replies: 2
Views: 688

Re: funciones de FWH y Harbour en un archivo .txt

... ADSLocking(<lMode>)->lPriorSetting ADSRefreshAOF()->Nil ADSRightsCheck(<lMode>)->lPriorSetting ADSSetAOF(<cFilter>,[<nResolveOption>])->lSuccess ADSStmtSetTableReadOnly(<nMode>)-><lSuccess> AEval(<aArray>,<bBlock>,[<nStart>],[<nCount>])->aArray ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... ADSGetAOF ADSGetAOFnoOpt ADSGetAOFoptLevel ADSGetRelKeyPos ADSIsRecordInAOF ADSKeyCount ADSKeyNo ADSLocking ADSRefreshAOF ADSRightsCheck ADSSetAOF ADSStmtSetTableReadOnly AEval AFields AFill AfterAtNum AIns ALenAlloc Alert Alias AllTrim AltD AmPm AnsiToHtml Array Asc AScan ASCIISum AscPos ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: Indice FTS en Ads o Cdx normal???

Excelente, Gracias.

En puro Harbour acepta AdsSetAof() ?
Em Rdd Pure Harbour
cAof := "CONTAINS(NOME,'EDUARDO SILVA')"
USE CLIENTES ALIAS CLIENTES NEW
CLIENTES->(AdssetAof(cAof))
CLIENTES->(xBrowse())

Saludos y gracias.
by D.Fernandez
Thu Nov 27, 2014 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Indice FTS en Ads o Cdx normal???
Replies: 2
Views: 355

Re: AdsSetAof()

Carlos, Buen dia Probando tu solución esta muy bien ya no da el salto mal pero el detalle que tengo 34 usuarios y un catalogo de 8,000 productos y probando se alenta al hacer la función de buscar algún producto tecleando varias letras de búsqueda. oBrow:bKeyCount := {|| ARTICULOS->( AdsK...
by VitalJavier
Tue Sep 23, 2014 7:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1112

Re: AdsSetAof()

Hola Rufer

Podrias compartirme tu codigo de este articulo de favor.

gracias de antemano
saludos
by Miguel Salas
Fri Jun 28, 2013 2:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1112

Re: AdsSetAof()

Carlos: Excelente, solo con colocar estas 2 líneas en mi xBrowse quedó funcionando. Ya que las demas definciones las tengo al inicio. mBrw:bKeyCount := {|| ( DBLISTA )->( AdsKeyCount( , , ADS_RESPECTFILTERS ) ) } mBrw:bKeyNo := {| n | IIf( HB_IsNil( n ), ( DBLISTA )->( AdsKeyNo( , , ADS_RESPEC...
by RuFerSo
Wed Dec 12, 2012 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1112

Re: AdsSetAof()

Luego de definir tu browse haz un SetRddAds( oBrowse ) salu2 carlos vargas PROCEDURE SetRddAds( oBrw, lCell, nFreeze )   LOCAL cAlias  := oBrw:cAlias   DEFAULT nFreeze := 0 , ;           lCell   := FALSE   AEval( oBrw:...
by carlos vargas
Tue Dec 11, 2012 5:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1112

Re: AdsSetAof()

Yo lo hago de esta manera :     cFil1 := "'"+AllTrim(vFil)+"' $"+"PROVEDOR->PROVEDOR"    cFil2 := "'"+AllTrim(vFil)+"' $"+"PROVEDOR->NOMBRE"    cFiltro := "{||"+cFil1+" .OR. "+cFil2+"}"   ...
by JavierVital
Tue Dec 11, 2012 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1112

AdsSetAof()

Hola a kigos: Usando AdsSetAof() en un xBrowse, los datos que muestra corresponde a lo solicitado, lo extraño es que el comportamiento de xBrowse es raro. No puedo ir recorriendolo con la flecha, ya que el xBrowse se saltea algun registro ...
by RuFerSo
Tue Dec 11, 2012 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1112

Re: ADS not supports hb_WildMatch( '"+cWild+"', DbRecordInfo

... me. Yes, I at news.advantage they told be the function Contains. In a single field works very good. But not for all fields. They told me to use * AdsSetAof( "contains( *, 'text' )" ) But does not filter anything. How do you create a FTS index for all fields of a DBF?. Thank you very ...
by lucasdebeltran
Fri Mar 16, 2012 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS not supports hb_WildMatch( '"+cWild+"', DbRecordInfo
Replies: 5
Views: 1218

Re: ADS not supports hb_WildMatch( '"+cWild+"', DbRecordInfo

... fields where the search is to happen. No need for wild cards. Contains already searches the whole field (great for memo fields). (cAlias)->( AdsSetAof( "contains( field, 'text' )" ) ) or cText := "Texto" (cAlias)->( AdsSetAof( "contains ( field,' " + ALLTRIM( ...
by reinaldocrespo
Fri Mar 16, 2012 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS not supports hb_WildMatch( '"+cWild+"', DbRecordInfo
Replies: 5
Views: 1218
Next

Return to advanced search