Search found 277 matches: asc

Return to advanced search

Re: Placa USB HID programar

Una única llamada a esta función así:

MYWRITEEX( 9957, 101, Chr( 0 ) + Chr( Asc( "P" ) ) + Chr( Asc( "=" ) ) + Chr( nValorAEnviar ) + Chr( Asc( "T" ) ) )
by Antonio Linares
Thu Nov 17, 2016 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Placa USB HID programar
Replies: 11
Views: 1534

Re: Virtual Keyboard

This is a possible solution: ACTIVATE DIALOG oDlg CENTER ; ON CLICK ( SetFocus(oGet[nX]:hWnd), oGet[nX]:KeyChar(asc("1"))) Click on the dialog and it will work fine :-) The solution would be not to use real buttons and use painted buttons (simulated buttons) on the dialog. ...
by Antonio Linares
Tue Nov 08, 2016 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual Keyboard
Replies: 20
Views: 4139

Re: FWH: MySql/MariaDB: RowSet object

... uIgnored, lDesc ) --> cOrder OrdDescend( cFieldName/nFieldNo, uIgnored, lDesc ) --> lDesc oRs:Sort := <cFieldName> <ASC/DESC> All these methods work similar to DBF and RecordSet. If the value of a sorted field is changed, the record is repositioned in the sort ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19684

Re: Nuevo FWH 16.05

... 1. Using AUTOSORT clause in XBrowse command: This allows clicking on header to automatically sort columns. Second click on the same column toggles asc and desc order 2. The same code works for ADO RecordSet, TMySql or Dolphin Query and DBF also without changing even a single alphabet. (For dbf, ...
by nageswaragunupudi
Sun Jul 17, 2016 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3786

Re: Nuevo FWH 16.05

... also was handled properly. Latest Version: Field sizes are recast to match the corresponding DBF sizes. 4) Sort oRcs:Sort:= cCampo + " ASC" oRcs:Sort:= cCampo + " DESC" oRcs:SetOrder( c, u, lDescend ) no sirvió Working with us in the release version and also now. We can ...
by nageswaragunupudi
Sun Jul 17, 2016 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3786

Re: Nuevo FWH 16.05

... la longitud es 17 con FieldLen f) Campo TEXT (type "m" memo) la longitud está bien con FieldLen 4) Sort oRcs:Sort:= cCampo + " ASC" oRcs:Sort:= cCampo + " DESC" oRcs:SetOrder( c, u, lDescend ) no sirvió para guiarme revisé tarrdata.prg y datarow.prg NOTA PARA ...
by luisduque
Sat Jul 16, 2016 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3786

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... with oRs:AddChild(...) Sorting the rowset in memory: oRs:SetOrder( fieldname, ignored, [lDesc] ) --> cPrevSort oRs:Sort := <fieldname> [ASC/DESC] ? oRs:Sort Filtering the rowset: oRs:SetFilter( filterexpression_with_dbfsyntax ) oRs:Filter := <newfilter> Both sorting and filtering ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28575

How to get columns name from XBROWSE *Done*

Dear All, I use FWH1512/xHarbour/TDolphin. I need to use TXbrowse:cSetOrder to set autosort (ASC or DESC) but I don't understand how to use it. I need global set for all columns in XBROWSE but I cannot get columns for resorting columns. oBrw:SetDolphin( oBrw:oMySql ...
by dutch
Thu Jun 30, 2016 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get columns name from XBROWSE *Done*
Replies: 9
Views: 1580

Re: Menu (se podrá?)

... ELSE && MySql cQry := "SELECT * FROM " + oSystem:csysmenu + " WHERE lActive ORDER BY fldnivel ASC" IF !AbreDbf( @oQry, oSystem:csysmenu, 1,, oRDD:rdbms, cQry ) MsgInfo('Error de apertura') oWnd:PostMsg(WM_CLOSE) ENDIF nRec := oQry:LastRec() ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 2659

Re: ADO RDD xHarbour

... This Set is used by the SQL engine to build select with order by. Thus the fields must be separated by comma and it can include SQL functions or ASC DESC This Set cannot include Clipper/(x)Harbour functions as they are unknown to SQL. Example: SET ADO TABLES INDEX LIST TO { {"TABLE1",{"FIRST","FIRST ...
by AHF
Fri Aug 07, 2015 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447077

Re: ADO RDD xHarbour

James, SET ADO TABLES INDEX LIST TO = expressions used to build queries with ORDER BY clause. Here you can even use sql expressions like ASC DESC CONVERT etc SET ADODBF TABLES INDEX LIST TO = standard clipper like expressions to enable functions like Indexkey() to work. These are the actual ...
by AHF
Tue Aug 04, 2015 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447077

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2368

Lista de funciones de [x]harbour con sus parametros para edi

... ASin(<nRadians>) -> nArcSine ATan(<nRadians>) -> nArcTangent Array(<nElements> [, <nElements>,...]) -> aArray Asc(<cExp>) -> nCode AScan(<aTargets>, <expSearch>, [<nStart>], [<nCount>],[<lExact>], [<lASCII>]) -> ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1036

Re: IEEE to MSBIN converter

...    return 0;     }  http://files.mpoli.fi/unpacked/software/programm/c/c_all.zip/ti1400.asc It seems as it is for Borland: // The following are implementations of Microsoft RTL functions // not include in the Borland RTL.
by Antonio Linares
Sun Jan 18, 2015 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IEEE to MSBIN converter
Replies: 12
Views: 2331

Re: Problemas con xbrowse

Eloy; 2º - El icono del Orden sale por defecto, segun el declarado en el primer indice (ASC/DESC) de la DBF que mostras, luego como bien decis un clic cambia el estado. Para que se muestre, en el DEFINE XBROWSE... debes incluir la cláusula AUTOSORT 3º - xBrowse usa ...
by MarioG
Wed Dec 10, 2014 11:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con xbrowse
Replies: 9
Views: 1639
PreviousNext

Return to advanced search