Search found 91 matches: softseek

Return to advanced search

Re: Error de Busqueda

Le pusiste el set softseek on ?
Porque a mi me devuelve .t.
by cmsoft
Thu Oct 26, 2023 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Busqueda --- Solucionado
Replies: 9
Views: 520

Re: ALGORITMO PARA CREAR PLAN DE CUENTA CONTABLE

... cada cuenta la califique como padre e hijo, padre=acumulativo y el hijo=movimiento Cada vez que quieras crear una cuenta contable nueva haces un softseek de la cuenta que estas digitando y le haces un softseek a la tabla con la cta digitada si encuentra y verificas el tipo de cuenta y si es Padre ...
by artu01
Wed Jul 24, 2019 3:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ALGORITMO PARA CREAR PLAN DE CUENTA CONTABLE
Replies: 31
Views: 5700

Re: Option for Xbrowse Softseek to verify input field ?

In your edit function preload default values after the append and before the save. You can change any values in the edit dialog


Sent from my iPhone using Tapatalk
by TimStone
Wed May 01, 2019 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Option for Xbrowse Softseek to verify input field ?
Replies: 3
Views: 890

Re: Option for Xbrowse Softseek to verify input field ?

Tim, I use the idea from you. Less code, just adding few lines in Xbrowse power. I even added Xbrowse EditSource:    @ 690,500 BTNBMP PROMPT "<- Blanco" ;      SIZE 100,25 PIXEL OF oDlg1;      ACTION ( oBrw:EditSource(.T., "klant_nr,Naam_1,Straat,Postcode,Gemeente" ...
by Marc Venken
Tue Apr 30, 2019 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Option for Xbrowse Softseek to verify input field ?
Replies: 3
Views: 890

Re: Option for Xbrowse Softseek to verify input field ?

Just a thought, but why not use the browse with it's search enabled. Start typing the data, and if you see no match, program a right click on the mouse to pop up an Edit screen, with a new record appended, where you can type in the data.
by TimStone
Tue Apr 30, 2019 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Option for Xbrowse Softseek to verify input field ?
Replies: 3
Views: 890

Option for Xbrowse Softseek to verify input field ?

In Xbrowse we can softseek and for every key, the list will only show the result (records that match the input field) Can we also do that from wittin a input field (or prefered Xbrowse field) What I want to do : We are going to input ...
by Marc Venken
Tue Apr 30, 2019 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Option for Xbrowse Softseek to verify input field ?
Replies: 3
Views: 890

Re: Set Softseek On

hmpaquito wrote:dbSeek() function permits lSoftSeek parameter.
obj:Seek() should permits too.
Code: Select all  Expand view
dbSeek( <expKey>, [<lSoftSeek>], [<lFindLast>] ) → lFound

from https://harbour.github.io/doc/harbour.html#dbseek


Works great, thank you!
by wartiaga
Tue Nov 06, 2018 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Softseek On
Replies: 2
Views: 472

Re: Set Softseek On

dbSeek() function permits lSoftSeek parameter.
obj:Seek() should permits too.
Code: Select all  Expand view
dbSeek( <expKey>, [<lSoftSeek>], [<lFindLast>] ) → lFound

from https://harbour.github.io/doc/harbour.html#dbseek
by hmpaquito
Tue Nov 06, 2018 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Softseek On
Replies: 2
Views: 472

Set Softseek On

Hi,

How I can set a softseek in a object database?

oArqBol:SetOrder("EMISSAO")
oArqBol:GoTop()

here I want to set

oArqBol:Seek(Dtos(Data1))

Thanks in advance.
by wartiaga
Tue Nov 06, 2018 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Softseek On
Replies: 2
Views: 472

Re: MariaDB Rowset Seek Method returns always .T.

... undesirable result of "" instead of the required " ". Present behavior of RowSet Seek method: Syntax: oRs:Seek( uSeek, [lSoftSeek = .f.], [lWildSeek = .f.] ) --> lFound Works only when the rowset is sorted on any column(s). Seek is performed on the sorted column. In ...
by nageswaragunupudi
Wed Oct 10, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Rowset Seek Method returns always .T.
Replies: 7
Views: 1152

Re: MariaDB Rowset Seek Method returns always .T.

Hi Vilian F. Arraes ,

I am using DBF Seek Approach where SoftSeek also returns .F. value when record not found.

Need to know more about MariaDB Rowset behavior compare to DBF Record.

Thanks
Shridhar
by shri_fwh
Tue Oct 09, 2018 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Rowset Seek Method returns always .T.
Replies: 7
Views: 1152

Re: MariaDB Rowset Seek Method returns always .T.

Hi,

I Think it's happening because you are using softseek(.T.), IF you do oRs:Seek( Alltrim ( chr( nKey) ) ) this does not happen.
by vilian
Tue Oct 09, 2018 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Rowset Seek Method returns always .T.
Replies: 7
Views: 1152

Re: Mr. Rao's samples collection.

... for the efforts. What is the best approach in your way of using the program. I normaly download topics from the last years (once) and than use the softseek to find all occurences. This way the highligh of words is not working. Your way is to read the forum, with words that has to be found and so ...
by Marc Venken
Tue May 08, 2018 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 21663

Re: Nuevo ADORDD

... Mejoras y errores corregidos: ADO_ORDCREATE después de crear el índice no lo estaba abriendo. ADO_SEEK clave con varios campos con softseek en iba a eof en lugar de última clave. ADOFILE si la conexión no válida devuelve ahora. En lugar de HB_FAILURE. ADOOPENCONNECT si el motor ...
by AHF
Tue Mar 07, 2017 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 16647

Re: ADO RDD xHarbour

... Improvements and corrected bugs: ADO_ORDCREATE after creating index wasnt opening it. ADO_SEEK key with multiple fields with softseek on was going to eof instead of last key. ADOFILE if connection not valid returns now .F. instead of HB_FAILURE. ADOOPENCONNECT if engine its ...
by AHF
Tue Mar 07, 2017 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448410
Next

Return to advanced search