Search found 91 matches: softseek

Return to advanced search

... := {|c| Lineas->DbSeek( Upper( c ) ,.t.) } Te recomiendo que le antepongas el alias, y uses el parametro softseek a .t. Con esto debiera funcionarte.
by Biel EA6DD
Thu May 22, 2008 6:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y bseek ¿Cómo se usa?
Replies: 3
Views: 1110

Re: HELP!

... ArCust->( DbChoice( "Select a customer", 1 ) ) else Select 1 ArCust->( DbSeek( cCodex ) ) if ArCust->Code==cCodex return nil else set softseek on seek cCodex set softseek off ArCust->( DbChoice( "Select a customer", 1 ) ) endif endif oGetCodex:VarPut( ArCust->Code ) oGetCodex:Refresh() ...
by dutch
Wed May 14, 2008 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3197

HELP!

... ArCust->( DbChoice( "Select a customer", 1 ) ) else Select 1 ArCust->( DbSeek( cCodex ) ) if ArCust->Code==cCodex return nil else set softseek on seek cCodex set softseek off ArCust->( DbChoice( "Select a customer", 1 ) ) endif endif oGetCodex:VarPut( ArCust->Code ) oGetCodex:Refresh() ...
by davidlim
Wed May 14, 2008 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3197

Re: HELP!

Here is the SelectCode() function:- ... function SelectCode( oGetCodex, cCodex ) select 1 * set softseek on * seek cCodex if ArCust->(DbSeek( cCodex )) if ArCust->Code==cCodex return nil end end * set softseek off ArCust->( DbChoice( "Select a ...
by dutch
Wed May 14, 2008 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3197

HELP!

Here is the SelectCode() function:- ... function SelectCode( oGetCodex, cCodex ) select 1 set softseek on seek cCodex set softseek off ArCust->( DbChoice( "Select a customer", 1 ) ) oGetCodex:VarPut( AllTrim( ArCust->Code ) ) oGetCodex:Refresh() // repaints the GET ...
by david lim
Wed May 14, 2008 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3197

... *----------------------- * RddRegister( "DBFCDX", 1 ) * RddSetDefault( "DBFCDX" ) HB_LANGSELECT( "ESWIN" ) SET DELETED ON SET DATE TO ITALIAN SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 RETU NIL *------------------------ STATIC FUNCTION Control() *------------------------ LOCAL oDummy aDbf ...
by Lupita
Thu Apr 10, 2008 9:54 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2583

... DEFAULT nLong := 0 IF nLong > 0 cKey := STR(VAL(cKey),nLong,0) ENDIF IF GETASYNCKEY(VK_BACK) cKey := SUBSTR(cKey,1,LEN(cKey)-1) ENDIF SEEK cKey SOFTSEEK IF ! FOUND() GO nSeekRec ENDIF oLbx:REFRESH() oLbx:oVScroll:SETPOS(RECNO()) RETURN Y el get desde donde buscas es el siguiente: REDEFINE GET ...
by Armando
Tue Mar 04, 2008 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Inkey y BKEYDOWN
Replies: 7
Views: 1894

... 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
Sun Nov 04, 2007 12:11 pm
 
Forum: FiveWin para Pocket PC
Topic: Un principiante
Replies: 32
Views: 11776

Solucionado

... disponible") // RETURN .F. // ENDIF USE SALDOS ALIAS SALDOS SHARED NEW SET INDEX TO SALDOS SALDOS->( DbSeek( ncta+Dtos(wfecha_ven), .t. ) ) //softseek IF ! SALDOS->( Eof() ) .and. SALDOS->cta = ncta .and. SALDOS->fecha = wfecha_ven DO WHILE .t. IF SALDOS->( DbRLock() ) REPLACE ...
by Willi Quintana
Fri Nov 02, 2007 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error DBFCDX/1025 Escritura no autorizada
Replies: 32
Views: 7386

... me encuentra apellidos hasta MORENO, si busco apellidos que empienza con la O en adelante no encuentra nada, el found() y DBSEEK() dan FALSE y con SOFTSEEK ON se va al final del archivo. En clipper + fivewin el seek me encuentra todo sin problemas. Gracias por la atencion. Andres ADS 8.1 para 250 ...
by acartucho
Thu Oct 04, 2007 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: en xHarbour + ADS no andan los indices idx.
Replies: 15
Views: 4340

... 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 Oct 01, 2007 4:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ultraedit studio
Replies: 4
Views: 1591

... Local oBmp,oCursor1,oBar, cTexto ,oDbf Local Datos:="\\PIII\C\WPSDatos\" LandScape() HB_LANGSELECT("ESWIN") SET DELETED ON SET DATE TO FREN *SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 *SET DEFAULT TO &Datos AnsiToOem(cTexto) USE (Datos+"STOCK.DBF") VIA "DBFNTX" NEW DATABASE oDbf Stock->(DbGoTop()) ...
by nolgiati
Thu Jul 05, 2007 4:06 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con los indices.
Replies: 18
Views: 6059

... Local oBmp,oCursor1,oBar, cTexto ,oDbf Local Datos:="\\PIII\C\WPSDatos\" LandScape() HB_LANGSELECT("ESWIN") SET DELETED ON SET DATE TO FREN *SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 *SET DEFAULT TO &Datos AnsiToOem(cTexto) USE (Datos+"STOCK.DBF") VIA "DBFNTX" NEW DATABASE oDbf Stock->(DbGoTop()) ...
by nolgiati
Thu Jul 05, 2007 4:05 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con los indices.
Replies: 18
Views: 6059

Si con softseek devuelve falso, se podria cambiar la linea de la siguinete manera. if ::lBuffer .AND. ( lSoft .OR. lFound ) ::Load() endif o tambien if ::lBuffer .AND. ...
by Biel EA6DD
Tue Jul 03, 2007 7:30 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Metodo Seek tDatabase
Replies: 4
Views: 1861

Que pasa cuando es SoftSeek?

creo que el found devuelve .F.

Saludos
by RenOmaS
Mon Jul 02, 2007 7:56 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Metodo Seek tDatabase
Replies: 4
Views: 1861
PreviousNext

Return to advanced search