Search found 1256 matches: seek

Return to advanced search

incremental search on Xbrowse

Hi all, Is it possible to modify xbrowse so that it can also accept the 'space' character in the 'seek' search string? This change would allow searches even with 2 or more words.  xbrowse vers. : #define FWVERSION    "FWH 23.10" #define ...
by mauri.menabue
Sat Mar 23, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2006

Re: xbrowse No existe el metodo: LREADONLY

Hi Mr. Rao. Are you sure you are using XBrowse without any modifications? Yes, I use a modified xBrowse method to use incremental seek with Tdolphin, here is the code I use // EXTENSIONES DE CLASS#include "FiveWin.ch"#include "hbclass.ch"#include "reportexcel.ch"#ifndef ...
by albeiroval
Sat Mar 02, 2024 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: RAO advice on using Mysql

... FieldGet(),FieldPut() SetOrder(cSort,,lDescend) Save() Close() or End() --------------- NOT SUPPORTED: Seek(), Filter(),Delete(),Append() The RecSet class is created in such rare cases where it is essential to read and display a big table in full. This ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

BTW: I missed [<lFindLast>] in ::Seek() :(

Thanks for asking.
We will provide soon and if necessary, will provide with the revised libs.
by nageswaragunupudi
Fri Nov 10, 2023 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... utf8mb4. 8) :D Now, we need to check the method Insert and get back to you. Don't hurry, I've a workaround BTW: I missed [<lFindLast>] in ::Seek() :( have to torture myself with DESCEND and LIMIT :roll:
by frose
Fri Nov 10, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: Does TDatabase supports SEEK LAST?

He is using database object.
But he is not looking for DbGoBottom()
He is looking for
Code: Select all  Expand view
SEEK cSeek LAST // i.e., DBSEEK( cSeek, nil, .T. )

which is totally different from "GoBottom()"
by nageswaragunupudi
Fri Nov 10, 2023 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: Does TDatabase supports SEEK LAST?

Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))


If you use database objects then you can just do:

oCustomer:goBottom()
by James Bott
Fri Nov 10, 2023 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: Does TDatabase supports SEEK LAST?

Not only DBSEEK,
You can use any (x)Harbour function as if it is a METHOD.
by nageswaragunupudi
Tue Nov 07, 2023 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: Does TDatabase supports SEEK LAST?

Thanks Rao,
Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))
by hua
Tue Nov 07, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: Does TDatabase supports SEEK LAST?

Please try oDbf:DbSeek( cSeek, nil, .T. ) This works with FWH1912 also, Don't bother if you can not find the method DbSeek() With database class we call use any (x)Harbour function as if it is a method, if that function is linked to the application. Note: If you get runtime error, just inclu...
by nageswaragunupudi
Tue Nov 07, 2023 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Does TDatabase supports SEEK LAST?

Looking at TDatabase of FWH1912, I don't see support for 3rd param for dbSeek(). It is the equivalent of SEEK LAST
Is this rectified in latest version of FWH?
by hua
Tue Nov 07, 2023 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: need Help with oBro:bSeek

can somebody point me to working "increment" Seek :?: Incremental seek works automatically if the programmer does not do anything to disturb the automatic behavior of xbrowse. XBROWSER "any.dbf" AUTOSORT Start clicking on any header ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

need Help with oBro:bSeek

hi, can somebody point me to working "increment" Seek :?: Question : a.) i guess it need an Index to SEEK. *CDX seems to be open "automatic" but *.NTX must be open before ? b.) if *.CDX have TAGs, how to change TAG when click on Header ...
by Jimmy
Tue Aug 15, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Error in FW_ArrayAsRecordSet Seek - Please help

Mr Rao, I have everything clear. Thank you very much for your kind help.

Best regards,
by Cgallegoa
Thu Aug 10, 2023 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 358

Re: Error in FW_ArrayAsRecordSet Seek - Please help

Except 'index' and 'seek' everything else like Sort, Find, Filter work. Please tru this small sample   USE CUSTOMER   oRs   := FW_ArrayAsRecordSet( FW_DbfToArray(), DBSTRUCT() )   xbrowser ...
by nageswaragunupudi
Wed Aug 09, 2023 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 358
Next

Return to advanced search