Search found 188 matches: sorted

Return to advanced search

Re: ERROR XBROWSE CON MERGEVERT

... COLUMNS "STATE","CITY","FIRST" SETUP (;      oBrw:State:lMergeVert := .t. )  Make sue the data is sorted on the first column https://imagizer.imageshack.com/v2/xq70/922/f5RWf0.png
by nageswaragunupudi
Sat Aug 26, 2023 5:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE CON MERGEVERT
Replies: 8
Views: 569

Re: ERROR XBROWSE AL USAR MERGEVERT

albeiroval wrote:Mr Rao, very good example.

Can I use this code with TDolphin ?


Any data source.
Please make sure that the data is sorted by the first column.
by nageswaragunupudi
Fri Aug 25, 2023 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR XBROWSE AL USAR MERGEVERT
Replies: 6
Views: 362

Re: need Help with oBro:bSeek

... key of the Get. Incremental Seek: This is the default behavior 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, ...
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

... DBSTRUCT() )   xbrowser oRs AUTOSORT  We can sort on any column We can do incremental seek on the 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: 358

New FTDN July/Julio (FWH 23.07)

... can be a codeblock also. Default: Ascending sort Param.2 lRecurse: Default .f. for backward compatibility If set to .T. all subtrees are also sorted Param.3 nCol: Default 0: Sorts on nCol of Cargo Array * TreeItem: oItem[ n ] returns oItem:Cargo[ n ] if oItem:Cargo is an array and n is withing ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

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: 238

Re: Position in ADO Recordset

... 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. Usage: uBm := oRs:BookMarkoRs:BookMark := 50.0n := oRs:AbsolutePostionoRs:AbolutePostion := 20 https://www.w3schools.com/asp/ado_intro.asp
by nageswaragunupudi
Sun Jun 11, 2023 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position in ADO Recordset
Replies: 3
Views: 238

Re: xbrowse <-> Tree and viceversa

... I don't understand that you can search, for example, for a surname that can be in several groups of the tree, that is, the table cannot be sorted at that moment because the tree would be lost. If a custom search is set (manually), I understand it can be done.
by cnavarro
Mon May 15, 2023 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 663

Re: XBROWSE Column Question

hi, thx for Answer Do you want to find the column object that is currently sorted on the ordsetfocus() ?. YES oBrw:oSortCol --> Currently sorted column obect. i.e., the column sorted on the ordsetfocus()We can now get anythingoBrw:oSortCol:cHeaderoBrw:oSortCol:cExpr ...
by Jimmy
Tue May 09, 2023 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

Re: XBROWSE Column Question

Do you want to find the column object that is currently sorted on the ordsetfocus() ? oBrw:oSortCol --> Currently sorted column obect. i.e., the column sorted on the ordsetfocus() We can now get anything oBrw:oSortCol:cHeader oBrw:oSortCol:cExpr // ...
by nageswaragunupudi
Tue May 09, 2023 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

New FTDN April/Abril 2023 (FWH 23.04)

... the comarison is made { |x,y| Eval( b,x ) < Eval( b, y ) } All string comparisons are case insensitive and values of different datatypes are sorted on the type. * New: function FW_GetClipboardData( [[@]Format] ) --> uData Similar to FW_CopyToClipboard(...), this function can be used to ...
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: 1757

Re: chatGPT writes and executes Harbour code !!!

... keyword to retrieve the names of the fields in the table and the ADEL keyword to delete any unnecessary information. Using the ASORT keyword, Mary sorted the list alphabetically by family member's name. She then used the ACOPY keyword to create a copy of the list as a backup. As she worked, Mary ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: cyclometric circle

... are 66,77,4,29,37 I create the shape with the numbers drawn, generally when the geometric shape is similar to a trapezoid the numbers could be sorted more easily https://i.postimg.cc/gJcp7GSt/2.jpg to calculate the numbers that could come out in the next draws, the internal ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3029

Re: Txbrowse Column Sort Indicator

You should set
oCol:cOrder := "A"
for the SORTED COLUMN ONLY.

You have set this for all columns.
by nageswaragunupudi
Fri Nov 18, 2022 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Txbrowse Column Sort Indicator

Set the sorted column's data cOrder := "A" or "D" depending on Ascending or Descending sort and then calll RefreshHeaders

Code: Select all  Expand view
oBrw:cOrders := ""
oCol:cOrder := "A"
oBrw:RefreshHeaders()
by nageswaragunupudi
Fri Nov 18, 2022 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828
Next

Return to advanced search