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, ...
... 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, ...
... 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 ...
... 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 ).
... 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. ...
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 ...
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 ...
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
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 ...