Search found 156 matches: sorting

Return to advanced search

Re: Mr Rao :SetFilter no funciona

... filters in mysql tables using fwh maria library. The data is in memory and filter is applied on data which is already in the memory. Filters, sorting, seeking are all done in memory and do not read from the server. So there is no dependance at all on the indexes on the server.
by nageswaragunupudi
Sat Mar 23, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2398

Re: FW_SetUnicode( .T. ) 2-Byte characters

... new hex code is already in the MemoEdit: https://i.postimg.cc/jSC5QS5W/2023-06-27-14-11-57.jpg Due to the Unicode code 0xC4 the sorting is not ok. MsgInfo() to control what to change: https://i.postimg.cc/prbv8PSF/2023-06-27-14-13-11.jpg The UTF-8 Ä (0xC3 84) ...
by frose
Tue Jun 27, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2186

Re: Position in ADO Recordset

hi,
nageswaragunupudi wrote:After sorting, oRs:BookMark points to the record number in the original order as read where as oRs:AbsolutePosition points to the relative position in the sorted order.

ah, understand

thx for all Answer
by Jimmy
Sun Jun 11, 2023 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position in ADO Recordset
Replies: 3
Views: 234

Re: Position in ADO Recordset

... reading a recordset, both point to the same record. After reading a recordset, we can sort the recordset in memory by oRs:Sort := cFieldName After sorting, oRs:BookMark points to the record number in the original order as read where as oRs:AbsolutePosition points to the relative position in the ...
by nageswaragunupudi
Sun Jun 11, 2023 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position in ADO Recordset
Replies: 3
Views: 234

Re: INDEX on / seek in MARIA DB

... .......................... CLIENT->(dbseek(COD_CLI+str(COD_NUM,2))) with MARIA DB oRS:seek(COD_CLI, COD_NUM) correct ? tia We are thinking of sorting and seek on compound expressions. We will announce this enhancement soon
by nageswaragunupudi
Fri May 19, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 398

Re: INDEX on / seek in MARIA DB

... .AND. AGE > 40" )// for locating next oRs:Locate( "CITY = 'N' .AND. AGE > 40",, .T. )  Note: With FWMariaDB, all sorting, seeking and locating are done in memory. Database is not acccessed or queried. Therefore these operations are very fast.
by nageswaragunupudi
Thu May 18, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 398

Re: xbrowse <-> Tree and viceversa

... Otto ChatGPT says: The bOnSort property is defined as a code block, but its implementation is missing in the provided code. You need to define the sorting logic inside this code block to make the sorting functionality work. In the MakeGroup function, there is a line oDbf:close(), which is closing ...
by Silvio.Falconi
Tue May 16, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 661

Re: xbrowse <-> Tree and viceversa

... Otto ChatGPT says: The bOnSort property is defined as a code block, but its implementation is missing in the provided code. You need to define the sorting logic inside this code block to make the sorting functionality work. In the MakeGroup function, there is a line oDbf:close(), which is closing ...
by Otto
Tue May 16, 2023 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 661

New FTDN April/Abril 2023 (FWH 23.04)

... date as above. This feature can be disabled or enabled by assigning classdata TGet():nDateKey := 0 or 2 * XBROWSE: - Autosort of array browse was sorting on a single column only. Now it is possible to specify multi-column sort by assigning an array of column numbers to oCol:cSortOrder. - SeekNext: ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1751

Re: sort Filename (Extension)

hi,
nageswaragunupudi wrote:And wherever possible, it may be easier to leave the sorting business to xbrowse itself and xbrowse does a good job.

thx for help

i´m sure it work under Fivewin but i use also HMG or Xbase++
so i always search Solution which i can use for all xBase-Dialect
by Jimmy
Mon Apr 17, 2023 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sort Filename (Extension)
Replies: 6
Views: 373

Re: sort Filename (Extension)

And wherever possible, it may be easier to leave the sorting business to xbrowse itself and xbrowse does a good job.   local aDir  := DIRECTORY( "c:\fwh\samples\*.*" )   SET DATE FORMAT TO "dd.mm.yyyy"   SET TIME FORMAT ...
by nageswaragunupudi
Sun Apr 16, 2023 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sort Filename (Extension)
Replies: 6
Views: 373

New FTDN December/Diciembre 2022 (FW 22.12)

... Excel. * New functions in olefuncs.prg: - WinHttpObj( [[@]cCls] ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - improvement in sorting speeds of char fields. * New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess in source\function\imgtxtio.prg
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1226

Txbrowse Column Sort Indicator

Hello to all friends There's a way to click on the Xbrowse column, it changes the sorting arrow according to the image Arrow up and down https://i.ibb.co/cJpQNPV/Whats-App-Image-2022-11-16-at-14-23-39.jpg OR https://i.ibb.co/sPvT19v/Whats-App-Image-2022-11-16-at-14-23-29.jpg ...
by INFORMAISVRB
Thu Nov 17, 2022 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 826

asort with two numbers & 3 Numbers

... 7162  7263  7364  7465  7566  7667  7768  7869  7970  8071  8172  8273  8374  8475  8576  8677  8778  8879  8980  90  that is in practice the sorting is from the number 1 and even if the number 1 is in the second column but it is at the bottom it is inserted before the 2 and so on ... Perhaps ...
by Silvio.Falconi
Wed Oct 26, 2022 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: asort with two numbers & 3 Numbers
Replies: 2
Views: 319

Re: Bug in Harbour Descend()

From Harbour-users group DESCEND() function is designed to operate on binary (BYTE) sorting and gives reverted collation order only for codepages which use such collation. Because DESCEND() converts numbers to characters which have special order in CP you are using. ...
by cnavarro
Tue Oct 18, 2022 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1686
Next

Return to advanced search