Search found 71 matches: lseekbar

Return to advanced search

xBrowse incremental search

Hi, I have this:

oBrw:lSeekBar := .T.
oBrw:lIncrFilter := .F.
oBrw:lAutoSort := .T.
oBrw:lSeekWild := .T.

If I Set lincrFilter := .T. lSeekBar dont apear even I set lSeekBar .T.

lseekBar and lIncrFilter works together?

Thanks!
by wartiaga
Mon Feb 21, 2022 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental search
Replies: 0
Views: 233

help with xbrowse

... oCol:cHeader := "D/C" Lista10:l2007:=.t. Lista10:cAlias := "PLANO" Lista10:nStretchCol := STRETCHCOL_LAST Lista10:lSeekBar := .T. Lista10:lIncrFilter := .T. Lista10:lSeekWild := .T. Lista10:lAutoSort := .T. Lista10:lFastEdit := .T. lista10:aCols[1]:cOrdBag := "PLANO" ...
by wartiaga
Thu Feb 17, 2022 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help with xbrowse
Replies: 0
Views: 258

lSeekBar doubt

Hi,

I'm trying lseekbar and works great, but not work in field type date. Any tip? Thanks!
by wartiaga
Mon Aug 30, 2021 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar doubt
Replies: 0
Views: 257

Re: Xbrowse lSeekBar, How to do Set Relation to

...   WITH OBJECT oBrw            :nMarqueeStyle := MARQSTYLE_HIGHLROW            :lSeekBar:= .T.            :lIncrFilter   := .F.            WITH OBJECT :aCols[ ...
by nageswaragunupudi
Fri May 14, 2021 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse lSeekBar, How to do Set Relation to
Replies: 1
Views: 350

Xbrowse lSeekBar, How to do Set Relation to

I am relating two databases, with the corresponding indexed fields, I use Xbrowse lSeekBar to be able to search. It allows me to search all the fields in the main table but NOT the related table field. In the example, I can't search for "State name" Thanks, ...
by Jorge_T
Thu May 13, 2021 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse lSeekBar, How to do Set Relation to
Replies: 1
Views: 350

Xbrowse lSeekBar con RELATION TO

... alguien puede indicarme como hacer lo siguiente; Estoy relacionando dos bases de datos, con los correspondientes campos indexados, utilizo Xbrowse lSeekBar para poder buscar. Me permite buscar en todos los campos de la tabla principal pero NO en el campo de la tabla relacionada. En el ejemplo, ...
by Jorge_T
Thu May 13, 2021 11:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse lSeekBar con RELATION TO
Replies: 0
Views: 187

Re: Xbrowse - Select sort indexes

... the sort order by clicking on the header. If oBrw:lAutoSort is .F., then this feature is disabled. We can toggle this value during runtime. making lSeekBar .f. does not deactivate using a colun header to select an index ( order ). Set oBrw:lAutosort to .f., instead. 2)     oLbxo:bSeek ...
by nageswaragunupudi
Thu May 13, 2021 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 979

Re: Xbrowse - Select sort indexes

... make it so when an alternate search is applied, they can't select on the column name and change the index. It may sound confusing ... but making lSeekBar .f. does not deactivate using a colun header to select an index ( order ).
by TimStone
Wed May 12, 2021 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 979

Xbrowse - Select sort indexes

... for incremental search on opened database    oLbxo:bSeek := { |c| ::oOrders:Seek( Upper( c )) }  oLbxo:lSeekBar := .t.  I have indexes created for the correct columns, but if I select on one of the others, it uses the index for the full database. ...
by TimStone
Wed May 12, 2021 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 979

Re: List all functions and classes in FWH library

...  := "9999"      :bRecSelHeader := { || "SlNo" }      :bRecSelFooter := { || oBrw:nLen }      :lHScroll      := .f.      :lSeekBar      := .t.      :bClrEdits     := { || { CLR_HRED, CLR_YELLOW } }      :lSeekWild     := .t.      :nStretchCol   := 2      :bChange       ...
by Marc Venken
Wed Mar 18, 2020 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List all functions and classes in FWH library
Replies: 13
Views: 3392

Re: Ayuda Busqueda Incremental Xbrowse ???

Antonio. Dale un vistazo a este post: http://fivetechsupport.com/forums/viewtopic.php?f=3&t=35785&hilit=lSeekBar&sid=eb6f8e8061e0e9e45328d4c493f5a0ef#p213373 Por favor intenta de esta manera: (se cambiaron los indices y la function Filtra_Pro(xxx) //--------------------------------------------------------//Function ...
by FranciscoA
Fri Jan 31, 2020 5:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Busqueda Incremental Xbrowse ???
Replies: 19
Views: 3953

Re: URGENTE Busqueda Incremental en Xbrowse Array

http://fivetechsupport.com/forums/viewtopic.php?f=3&t=32347&hilit=lSeekBar&sid=eb6f8e8061e0e9e45328d4c493f5a0ef#p189874 No se si en versiones actuales han modificado este comportamiento: http://fivetechsupport.com/forums/viewtopic.php?f=3&t=35785&hilit=lSeekBar&sid=eb6f8e8061e0e9e45328d4c493f5a0ef#p213373 ...
by remtec
Thu Jan 09, 2020 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URGENTE Busqueda Incremental en Xbrowse Array
Replies: 21
Views: 2857

Re: URGENTE Busqueda Incremental en Xbrowse Array

http://fivetechsupport.com/forums/viewtopic.php?f=3&t=32347&hilit=lSeekBar&sid=eb6f8e8061e0e9e45328d4c493f5a0ef#p189874 No se si en versiones actuales han modificado este comportamiento: http://fivetechsupport.com/forums/viewtopic.php?f=3&t=35785&hilit=lSeekBar&sid=eb6f8e8061e0e9e45328d4c493f5a0ef#p213373
by FranciscoA
Wed Jan 08, 2020 10:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URGENTE Busqueda Incremental en Xbrowse Array
Replies: 21
Views: 2857

Re: URGENTE Busqueda Incremental en Xbrowse Array

Hola Francisco, Una consulta sobre sobre el codigo, en el Xbrowse estaba usando "oBrw:lSeekBar:= .T.", esto agrega la primera fila donde se muestra el contenido digitado para buscar, el problema que al habilitar el filtro " :lIncrFilter := .T. y :lSeekWild ...
by FranciscoA
Wed Jan 08, 2020 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URGENTE Busqueda Incremental en Xbrowse Array
Replies: 21
Views: 2857
Next

Return to advanced search