Search found 23 matches: orddescend

Return to advanced search

Re: XBROWSE Column Question

... header sorts the data in ascending order. Second click on the header sorts the data in descending order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 provides a way to sort such columns too. We discuss it in another ...
by Jimmy
Wed May 10, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: XBROWSE Column Question

... header sorts the data in ascending order. Second click on the header sorts the data in descending order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 provides a way to sort such columns too. We discuss it in another ...
by nageswaragunupudi
Wed May 10, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: XBROWSE Column Question

... --- more Question : how is the Syntax to use "Header - click" to SET Order / TAG :?: in METHOD SetOrder( lSort ) i found OrdDescend() how does OrdDescend() work :?: when usig OrdWildSeek() in XBROWSE how to "continue" :?: i did not found a 2nd OrdWildSeek() or ...
by Jimmy
Tue May 09, 2023 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Consulta FWMariaRowset

... cambio el orden del Query, mediante ::MiQuery:SetOrder( "id" ) Finalizado el proceso, restauro el orden anterior mediante ::MiQery:OrdDescend( {1,3},,TRUE ) Al regresar y dar nuevamente foco en el xBrowse, ocurre que el orden (primario) se no restaura correctamente https://i.postimg.cc/4dRctk8y/Browse3.png ...
by MarioG
Sat Aug 07, 2021 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FWMariaRowset
Replies: 2
Views: 590

Re: xbrowse fwh2006 sqlrdd erro

MOISES wrote:I haven't detected the problem so far.

Yes, SQLRDD supports OrdDescend()

Anyway, without a self-contained example it is impossible to debug.


In our tests, OrdDescend() is working well with SQLRDD.

Can some body explain to me the error in English? What does the error say?
by nageswaragunupudi
Thu Jul 16, 2020 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2927

Re: xbrowse fwh2006 sqlrdd erro

OrdDescend() does not require the EXTERNAL DESCEND
by nageswaragunupudi
Thu Jul 16, 2020 10:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2927

Re: xbrowse fwh2006 sqlrdd erro

I haven't detected the problem so far.

Yes, SQLRDD supports OrdDescend()

Anyway, without a self-contained example it is impossible to debug.
by MOISES
Thu Jul 16, 2020 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2927

Re: xbrowse fwh2006 sqlrdd erro

Is the function OrdDescend() not supported by SQLRDD ?
by nageswaragunupudi
Thu Jul 16, 2020 4:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2927

TDatabase FWH 17.08 : Datas and Methods

... MoveNext() Same as Skip( 1 ) 65. MovePrevious() Same as Skip( -1 ) 66. OemToAnsi() Internal Internally used when ::lOemToAnsi is set to .T. 67. OrdDescend( cnTag, cFile, lDesc ) Toggles index order to descending/ascending 68. OrdScope( nScopeType, uValue ) Calls OrdScope() to set scope. 69. ...
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: 1783

Re: FWH: MySql/MariaDB: RowSet object

... cOrder OrdSetFocus( 0 ) -- "" // Restores natural order (RecNo() order) SetOrder( cFieldName/nFieldNo, uIgnored, lDesc ) --> cOrder OrdDescend( cFieldName/nFieldNo, uIgnored, lDesc ) --> lDesc oRs:Sort := <cFieldName> <ASC/DESC> All these methods work similar to DBF ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19550

Re: xBrowse + OO Array

... lSoftSeek, lWildSeek ) // if the method exists, XBrowse uses this for incremental seeks. XBrowse uses only 1st and 3rd parameters. 2) Delete() 3) OrdDescend( cOrder, <ignore>, lDescend ) // Works like OrdDescend() function If you provide these methods in your class with appropriate functionality, ...
by nageswaragunupudi
Fri Jun 06, 2014 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4796

xbrowse ERROR ADS (Dynamic descend not supported) RESUELTO

... 0 hours 0 mins 11 secs Error occurred at: 10-10-2012, 10:13:06 Error description: Error DBCMD/1034 Dynamic descend not supported in this version: ORDDESCEND Stack Calls =========== Called from: => ORDDESCEND( 0 ) Called from: c:\fwh\source\classes\xbrowse.prg => TXBRWCOLUMN:SETORDER( 11353 ...
by Patricio Avalos Aguirre
Wed Oct 10, 2012 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse ERROR ADS (Dynamic descend not supported) RESUELTO
Replies: 5
Views: 1106

Re: for. Mr. Rao

Very simple. Use OrdDescend() function. http://img543.imageshack.us/img543/8485/descend.jpg Here is the sample program: #include "FiveWin.Ch"#include "ord.ch"#include "xbrowse.ch"REQUEST ...
by nageswaragunupudi
Mon Apr 04, 2011 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: for. Mr. Rao
Replies: 11
Views: 2086

New FTDN February/Febrero 2010 (10.2)

... disabled radio items. Now it is ok. Thanks to Hernan! * TDatabase class Improvements: (a) New Data Cargo ( for use by programemrs ) (b) New Method OrdDescend(..) with same syntax as OrdDescend function. This method enables xbrowse to toggle ascending and descending orders. (c) New Method AddCol( ...
by Antonio Linares
Thu Feb 25, 2010 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2010 (10.2)
Replies: 4
Views: 3837

Re: Index Decreciente

... que crearlo nuevamente. Ejemplo: DbSelectArea( "Clientes" ) Index On Nombre Tag Nombre // se crea el índice ascendente Clientes->( OrdDescend( ,, .T. ) ) // se cambia el orden sin necesidad de crear nuevamente el índice. Un abrazo.
by mmercado
Thu Feb 11, 2010 2:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Index Decreciente
Replies: 19
Views: 3408
Next

Return to advanced search