Search found 55 matches: csearch

Return to advanced search

Re: Incorrecto numero de argumento para AT

carito wrote:Hola creo que estas usando mal el comando:

en clipper es AT(<cSearch>, <cTarget>) --> nPosition

en harbour es hb_At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos

Saludos,
Carito


Tenias razon. gracias.
by goosfancito
Wed Jan 17, 2024 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incorrecto numero de argumento para AT
Replies: 2
Views: 205

Re: Incorrecto numero de argumento para AT

Hola creo que estas usando mal el comando:

en clipper es AT(<cSearch>, <cTarget>) --> nPosition

en harbour es hb_At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos

Saludos,
Carito
by carito
Wed Jan 17, 2024 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incorrecto numero de argumento para AT
Replies: 2
Views: 205

Isfree of Nages run ok but with others fields not work

... the IsFree() lookup function for these two fields as well, because now the function does not work correctly the search in the Nages function was cSearch := oDbf:ApplyParams( cSearch, { oRec:rooms_id, oRec:type, oRec:RecNo, ; oRec:check_out, oRec:check_in } ) now I don't understand if adding the ...
by Silvio.Falconi
Thu Jun 15, 2023 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isfree of Nages run ok but with others fields not work
Replies: 5
Views: 423

AT( ) Function. Harbour vs xHarbour

I'm working with some legacy code orignially developed with xHarbour. The AT() function in xHarbour has this syntax: At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos Using Harbour, AT() only supports the first two parameters and will error if the nStart ...
by TimStone
Fri Feb 12, 2021 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AT( ) Function. Harbour vs xHarbour
Replies: 1
Views: 306

FWH1905: FW_AT() Case insensitive search

We frequently use the functions AT( cSearch, cStr, [nFrom], [nEnd] ) // xHarbour AT( cSearch, cStr ) // Harbour HB_AT( cSearch, cStr, [nFrom], [nEnd] ) // Harbour In many cases, we may need to convert both cSearch and cStr to Upper/Lower case ...
by nageswaragunupudi
Wed Jun 26, 2019 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_AT() Case insensitive search
Replies: 0
Views: 570

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... la fuente Segoe MDL2 Assets está disponible. * Comparación y comparación de cadenas, insensible a mayúsculas y minúsculas: - Nueva función FW_AT( cSearch, [@]cString, [nStart], [nEnd], [ lWholeWord], [lSkipQuotes],[@cFound], cReplace, lAll ) --> nAt (o aMatches, si lAll es .T. ) Igual que AT() ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3158

Re: Compare two arrays

Silvio, the new release FWH 19.05 offers new functions Additional features: cSearch can be a string or array of strings. In case of array, the earliest occurance is reported. If lWholeWord is .t., only whole words are matched. Eg: FW_ATI( "EAR", "Years ...
by ukoenig
Wed Jun 05, 2019 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare two arrays
Replies: 3
Views: 865

New FTDN May/Mayo 2019 (FWH 19.05)

... function SegoeMDL2() --> .t. if Segoe MDL2 Assets font is available * Case insensitive string comparision and matching: - New function FW_AT( cSearch, [@]cString, [nStart], [nEnd], [ lWholeWord], [lSkipQuotes],[@cFound], cReplace, lAll ) --> nAt (or aMatches, if lAll is .t. ) Same as AT() ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3158

Listbox strange problem

... := GetSysMetrics(0) , ; nSysH := GetSysMetrics(1) , ; nLbxW := 600 , ; nLbxH := 430 , ; cSay := "Search for Booking by" , ; oIcon , ; cSearch := "" , ; cSearchK := SPACE(40) , ; aSearch := {} , ; aGet[03] , ; cLb1 := 'File' // Client... _Client( cComp ) // Application call... ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 723

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

... RAscan(<aArray>,<xbSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nElement RAt(<cSearch>,<cString>,[<nStart>],[<nEnd>])->nPos Rate(<nLoan>,<nPayment>,<nPeriods>)->nInterestRate RddInfo(<nDefine>,[<xNewSetting>],[<cRddName>])->xOldSetting ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5706

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

... RAscan(<aArray>,<xbSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nElement RAt(<cSearch>,<cString>,[<nStart>],[<nEnd>])->nPos Rate(<nLoan>,<nPayment>,<nPeriods>)->nInterestRate RddInfo(<nDefine>,[<xNewSetting>],[<cRddName>])->xOldSetting ...
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: 5706

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

... AFill(<aTarget>,<expValue>,[<nStart>],[<nCounts>])->aTarget AfterAtNum(<cSearch>,<cString>,[<nCount>],[<nSkipChars>])->cResult AIns(<aTarget>,<nPosition>,[<xValue>],[<lGrow>])->aTarget ...
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: 5706

Re: Function AT on harbour

In Harbour
AT( cSearch, cString ) --> nAt

or

HB_AT( cSearch, cString, nStart, nEnd ) --> nAt
by nageswaragunupudi
Sun Jun 04, 2017 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function AT on harbour
Replies: 4
Views: 657

Re: buscar la coincidencia en toda la cadena

Hola Si la variable donde se encuentra lo que buscas se llama, por ejemplo, cSearch, y el campo donde buscas es Descrip, entonces usa el siguiente filtro SET FILTER TO cSearch$Field->Descrip El operador $ : a$b retorna .T. si a está dentro de b, en cualquier ...
by Carlos Mora
Tue Jan 24, 2017 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buscar la coincidencia en toda la cadena
Replies: 7
Views: 1864

Re: Porque me dice que son incorrecto nº de arg

En Harbour solo admite dos parámetros para mantener su compatiblidad con Clipper, pero dispones de la función hb_At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos
by Biel EA6DD
Mon Aug 29, 2016 7:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Porque me dice que son incorrecto nº de arg
Replies: 3
Views: 450
Next

Return to advanced search