In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Incremental search in browser

Xailer professional forum in English
Responder
Avatar de Usuario
orangesocks
Mensajes: 59
Registrado: Jue May 05, 2011 3:28 pm

Incremental search in browser

Mensaje por orangesocks »

Hi,
I'm trying to implement the incremental search feature of the browser with a DbfDataset but it is not working at all.
I've prepared a small sample using the customer table of the datacontrol samples that show the problem I'm having.
Any help would be greatly appreciated.
Regards Giuseppe

Attached files TestIncrSearch.zip (36.3 KB)Â
Avatar de Usuario
orangesocks
Mensajes: 59
Registrado: Jue May 05, 2011 3:28 pm

Incremental search in browser

Mensaje por orangesocks »

Hi,
I've continued experimenting and noted that the problem shows up only when I use the indexes for FIRST, LAST but using the index STREET everything works ok.
I attach some screenshots that show the strange behaviour:
Form 1 - Browser after index selection.
Form 2 - Browser after pressing char "M" to activate search
Form 3 - Browser after pressing down arrow key.
Regards Giuseppe


Attached files
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9253
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Incremental search in browser

Mensaje por ignacio »

Please try this way;:
METHOD BrwSeek( oSender, cSeek ) CLASS TFormIncrSearch
RETURN oSender:oDataSet:Seek( Upper(cSeek) )
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
orangesocks
Mensajes: 59
Registrado: Jue May 05, 2011 3:28 pm

Incremental search in browser

Mensaje por orangesocks »

Solved. Thank you.
Regards Giuseppe
Responder