Search found 91 matches: softseek

Return to advanced search

Re: Seek and MySql

Si de algo sirve.

Con: Clientes->(DbSeek(Alltrim(cNombre),.T.))
Se genera: SELECT A.`nombre` FROM `clientes_dbf` A WHERE (( A.`nombre` >= 'HOLA' )) ORDER BY A.`nombre` LIMIT 1 /* SoftSeek 1 */
by Alfredo Arteaga
Mon Nov 02, 2009 5:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek and MySql
Replies: 14
Views: 3588

Re: Clase para ado/sql similar a Tdatabase

... registros 20 25 31 32 .. Si hago una búsqueda del valor 27, como no existe, el puntero se va al final del recordset. Lo que quiero hacer es "softseek" es decir, que si el 27 no existe que el puntero se pare en el 31, que es el siguiente. ¿Cómo se hace? Nota: Acabo de subir otra versión ...
by alvaro533
Mon Oct 26, 2009 7:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para ado/sql similar a Tdatabase
Replies: 10
Views: 3500

Clase para ado/sql similar a Tdatabase

... op:save()       endif  La clase se puede descargar de aquí: http://www.box.net/shared/5iu17n32pi Un par de preguntas: 1. ¿ como se hace un softseek cuando el campo es numérico? oRs:Find("fac = "+str(nFac),,1) no hace softseek. 2. Para cuando la conexión es lenta, ¿alguien tiene ...
by alvaro533
Sun Oct 25, 2009 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para ado/sql similar a Tdatabase
Replies: 10
Views: 3500

Re: FTP Again

... oFont:end() return nil //---------------------------------------------------------------------------// function config() set date british set softseek on set confirm on set deleted on set century on set epoch to 1960 return(nil) //---------------------------------------------------------------------------// ...
by Colin Haig
Sun Jul 12, 2009 1:08 am
 
Forum: FiveWin for Pocket PC
Topic: FTP Again
Replies: 8
Views: 2166

Re: xBrowse incremental search

... has focus ) Please make sure the Browse has focus ( normally better we set focus on int clause ) and the proper index is selected. Please note SoftSeek need not be used. One friendly advice: Please read the comments included in the method AddColumn( ... ) // This method is intended only to ...
by Detlef Hoefner
Fri May 29, 2009 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental search
Replies: 6
Views: 1236

Re: xBrowse incremental search

... has focus ) Please make sure the Browse has focus ( normally better we set focus on int clause ) and the proper index is selected. Please note SoftSeek need not be used. One friendly advice: Please read the comments included in the method AddColumn( ... ) // This method is intended only to ...
by nageswaragunupudi
Fri May 29, 2009 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental search
Replies: 6
Views: 1236

Re: Syntax highlight in these forums

... redefine read report replace right rlock recno sizes sequence self super set say separator size style sysrefresh shared select store skip seek softseek time title tone to tooltip top total transform var val valid valtype while when window with use update upper zap /C2 new /C3 local static public ...
by Antonio Linares
Mon Feb 16, 2009 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntax highlight in these forums
Replies: 5
Views: 2021

Que estaré haciendo mal :(

... redefine read report replace right rlock recno sizes sequence self super set say separator size style sysrefresh shared select store skip seek softseek time title tone to tooltip top total transform var val valid valtype while when window with use update upper zap /C2 new /C3 local static public ...
by ACC69
Thu Dec 04, 2008 12:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de texto...
Replies: 15
Views: 5029

... redefine read report replace right rlock recno sizes sequence self super set say separator size style sysrefresh shared select store skip seek softseek time title tone to tooltip top total transform var val valid valtype while when window with use update upper zap /C2 new /C3 local static public ...
by Antonio Linares
Wed Dec 03, 2008 9:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de texto...
Replies: 15
Views: 5029

... el presente me funciona al 100% yo no uso .cdx igualmente tengo indices sin usar esto del Len y demas, y funcionan bien; Antes del Seek pongo set softseek off y creo que funciona bien. ¿no tienen conocimiento de algun error aleatorio que se verifique con los indices? ademas, el locate, si hago: ...
by Armando Picon
Fri Nov 28, 2008 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas indice
Replies: 13
Views: 2613

yo no uso .cdx igualmente tengo indices sin usar esto del Len y demas, y funcionan bien; Antes del Seek pongo set softseek off y creo que funciona bien. ¿no tienen conocimiento de algun error aleatorio que se verifique con los indices? ademas, el locate, si hago: loca for st->cod=xcod1 ...
by diegopolverelli
Fri Nov 28, 2008 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas indice
Replies: 13
Views: 2613

keyseek

... Tengo la siguiente funcion asociada a un list box: olbx:bKeyDown:={|nKey|KeySeek(nKey,olbx)} y la funcion keyseek: Function KeySeek(nKey,olbx) SET SOFTSEEK ON IF nKey = 8 // Reset on BackSpace Key oString := "" go top olbx:Upstable() ELSE IF (nKey = 32) .OR. (nKey = 46) .OR. (nKey = 45) .OR. (nKey ...
by diegopolverelli
Mon Oct 20, 2008 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: keyseek
Replies: 3
Views: 834

... xbrowse library code. And I personally prefer writing the code without touching library code generally. This is all what is needed ( I am using softseek ) oBrw:bSeek := { |cSeek| CUST->( DbSeek( Val( cSeek ), .t. ), !eof() ) }
by nageswaragunupudi
Sat Aug 30, 2008 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincremental search of Numeric field in xBrowse
Replies: 6
Views: 1067

... else xcompleta=.f. endif SELE 1 INDEX ON COSTO->ART_CODIG TO C:\TEMPO\TMPART3 go top do while !eof() XART_CODIG:=COSTO->ART_CODIG SELE 2 SET SOFTSEEK OFF SEEK XART_CODIG IF !EOF() OleSetProperty( hActiveWindow, "RowHeadings", x, Str( x ) ) OleSetProperty( hSheet, "Cells", x, 1, "'"+XART_CODIG ...
by diegopolverelli
Tue Aug 19, 2008 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: olesetproperty
Replies: 12
Views: 2793

has probado con set softseek on?
by QAZWSX2K
Tue Jul 29, 2008 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Indexar con @
Replies: 16
Views: 3049
PreviousNext

Return to advanced search