Search found 76 matches: seeks

Return to advanced search

Re: need Help with oBro:bSeek

... of xbrowse unless we inhibit it by setting oBrw:lIncrSeek := .f. if the data is sorted on any column and lFastEdit is not .t., pessing any key seeks the first row where the sorted column value begins with that character. Example, pressing "a" seeks value starting with "a" ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Error in FW_ArrayAsRecordSet Seek - Please help

... sorted column We can do incremental wild seek Also We can do incremental filters including wild filters. XBrowse uses Find method for incremental seeks.
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: 353

Re: XBROWSE ERROR

... To experience the behavior of "incremental" seek/filter please XBROWSER oRs AUTOSORT and then play with the auto "incremental" seeks and filters. Well, if you dont want this, the old traditional ways is always available to you. Use a Get to get the seek expression, then you ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 382

Re: INDEX on / seek in MARIA DB

In RDBMSs other than DBFs, indexes are not used for Navigation or for Seeks. The purpose of indexes is only to optimize where clauses for queries. Intelligent planning of indexes is an essential part of database design to optimize queries in OLAP (Online Analytical ...
by nageswaragunupudi
Thu May 18, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 397

Re: To Nages searching on xbrowse

1) Can you provide link to my original sample? I would have never used bStrImage here.

2) Gets and Incremental seeks are mutually exclusive. If you want to use Get, then let the user enter the value in the Get first. After her enters you SEEK the vaue and then set oBrw:BoookMark := RECNO()
by nageswaragunupudi
Mon Aug 27, 2018 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages searching on xbrowse
Replies: 11
Views: 2542

Re: lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE

Hola Jose Luis: Puedes probar con los valores de la clase xbrowse // Data for Incremental Seeks/Filters DATA lSeekWild AS LOGICAL INIT .f. DATA lIncrFilter AS LOGICAL INIT .f. DATA bFilterExp DATA cFilterFld // end of block Con lSeekWild en .t. busca por contenido y ...
by joseluisysturiz
Tue Jun 26, 2018 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE
Replies: 3
Views: 927

Re: lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE

Hola Jose Luis: Puedes probar con los valores de la clase xbrowse // Data for Incremental Seeks/Filters DATA lSeekWild AS LOGICAL INIT .f. DATA lIncrFilter AS LOGICAL INIT .f. DATA bFilterExp DATA cFilterFld // end of block Con lSeekWild en .t. busca por contenido y ...
by cmsoft
Tue Jun 26, 2018 11:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE
Replies: 3
Views: 927

Re: Mr. Rao's samples collection.

Uwe, Some suggestions : Why do you copy to one of the files ? From day one, I use your version with just 1 file, and ALL seeks (Topic, User, ...) are done like the original version. Quick and simple I see the logic if you say that after time, you select items from the browse (based ...
by Marc Venken
Sun Mar 04, 2018 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20589

TDatabase FWH 17.08 : Datas and Methods

... by ::Blank() method, then the data is appended, 81. SaveBuff() Internal Used by ::Save() 82. Seek( uExpr, [lSoft], [lWildSeek] ) --> lFound Seeks uExpr and returns lFound. 83. SetArea( nWorkArea ) Internal 84. SetBuffer( [lOnOff] ) --> ::lBuffer Optionally sets ::lBuffer and returns value ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1782

New FTDN June/Junio 2017 (FWH 17.06)

... in Runtime error. Fixed. - Fix: Incremental Seek in XBrowse: When a space character only is pressed, the row pointer is moved to the top. Now it seeks to a value starting with space. If not found, the key is rejected. This is the correct behavior. * Enhancement: TDataRow class now supports TPQQuery ...
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 3810

Re: FWH 16.12 : Display Seek values in Header Search Bar

... If you are using Dolphin, the limitations are due to oQry:Seek( .. ) method. If you are using FWMARIADB, you should be able to use incremental seeks with date and numeric fields also. Solutions: 1) Improve oQry:Seek method for your neeeds. 2) Set oCol:cSortOrder of date and numeric columns ...
by nageswaragunupudi
Tue Jun 13, 2017 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9025

New FTDN March/Marzo 2017 (FWH 17.03)

... class will be fully ready by 17.04. Now it can be used with some limitations: 1. Edits possible, but not appends 2. Sorts, filters, incremental seeks/filters not yet supported. - MYSQL EMBEDDED SERVER: This version enables connecting to embedded server. For full details please see: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33798 ...
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1507

Re: ADD COLUMN TO XBROWSE

... writing data. (f) Examines all open indexes and determine what index tag (order) should be used for which column to autosorting and incremental seeks,etc. (g) And a lot more. Adopting the old style of programming used with other browses is the surest way to deny all the power of xbrowse and ...
by nageswaragunupudi
Tue Mar 21, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 728

Re: xbrowse slow

... is not necessary. This may result in very large cdx files and slow down on networks. Better you create index on fields that are necessary for seeks and filters. ( Filters are optimized when the fields involved are indexed) If you specify fieldlist, you do not need to specify UPPER(), because ...
by nageswaragunupudi
Sat Mar 18, 2017 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3411

Re: A problem xBrowse seek on DATE and NUMERIC ?

Numerics and dates are sorted in the order of the values, not as character values.
So the seeks can not be on the initial characters as they appear in the browse.

Numerics: Seek to the value next higher than the value entered.
Dates: Seeks to the value next higher than the value in YYYYMMDD format
by nageswaragunupudi
Tue Jan 17, 2017 3:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse seek on DATE and NUMERIC ?
Replies: 6
Views: 2403
Next

Return to advanced search