Search found 277 matches: asc

Return to advanced search

Re: fwh functions

... cTexte := SubStr(cTexte,1,len(cTexte)-2) ENDIF cTexte := Hex2Str(cTexte) RETURN cTexte FUNCTION Carac64( cBin ) LOCAL nPos := ASC( BinToCar( @cBin ) ) + 1 RETURN SUBSTR( "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", nPos, 1) FUNCTION Hex64( carac64 ...
by betoncu
Tue Oct 24, 2017 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh functions
Replies: 7
Views: 1625

Re: funciones de FWH y Harbour en un archivo .txt

... AmPm(<cTime>)->cFormattedTime AnsiToHtml(<cAnsiString>)->cHtmlString Array(<nElements>,[<nElements>,...])->aArray Asc(<cExp>)->nCode AScan(<aTargets>,<expSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nStoppedAt ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... ADSRightsCheck ADSSetAOF ADSStmtSetTableReadOnly AEval AFields AFill AfterAtNum AIns ALenAlloc Alert Alias AllTrim AltD AmPm AnsiToHtml Array Asc AScan ASCIISum AscPos ASin ASize ASizeAlloc ASort At AtAdjust ATail ATan ATn2 AtNum AtRepl AtSkipStrings AtToken BeforAtNum Bin2I Bin2L Bin2W BitToC ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6362

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6362

Re: PROBLEMA CUANDO USO ORDE BY campo DESC

... que quiero se ordenen mis registros, hace tiempo pregunte sobre como definir el AUTOSORT pero que inicie por la columna que quiero y si lo qiero ASC o DESC, creo eso resolveria mi problema, por los momentos he quitado "de nuevo" el DESC de la consulta para poder trabajar con mi xBrowse. ...
by joseluisysturiz
Wed Aug 02, 2017 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CUANDO USO ORDE BY campo DESC CON XBROWSE
Replies: 9
Views: 2141

Rutina para leer Gps

... nSum2 nLen := AT( "*", cCad ) nSum1 := HexToDec( Substr( cCad, nLen +1, 2 ) ) // el checksum esta apartir de "*" nSum2 := Asc( Substr( cCad, 1, 1 ) ) // cogemos el primer caracter a sumar FOR c := 2 TO nLen -1 nSum2 := nXor( nSum2, Asc( Substr( cCad, c, 1 ) ) ) NEXT RETURN ...
by Busmatic_wpb
Sat Jul 22, 2017 1:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina para leer Gps
Replies: 1
Views: 968

Test GPS Error en encontrado

... nSum2 nLen := AT( "*", cCad ) nSum1 := HexToDec( Substr( cCad, nLen +1, 2 ) ) // el checksum esta apartir de "*" nSum2 := Asc( Substr( cCad, 1, 1 ) ) // cogemos el primer caracter a sumar FOR c := 2 TO nLen -1 nSum2 := nXor( nSum2, Asc( Substr( cCad, c, 1 ) ) ) NEXT RETURN ...
by Busmatic_wpb
Fri Jul 21, 2017 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test GPS Error en encontrado
Replies: 0
Views: 646

Re: No me funciona AUTOSORT en XBROWSE

... permite (al dar click en cada cabecera) ordenar todas las columnas, es mas si vuelves a dar click en la cabecera cambia el orden, cambiando entre ASC y DESC en cada click, esto es lo que no logro hacer funcionar. Por ahora trabajo con indices, similar a tu ejemplo, gracias
by Enrrique Vertiz
Thu Jul 20, 2017 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No me funciona AUTOSORT en XBROWSE
Replies: 9
Views: 1675

Text File (SOLVED)

... the when opened with Notepad, all the data is strung together. If I open the same file with UltraEdit it asks me "Do you want to convert test.asc to DOS format" When I answer "yes" the data is separated into individual lines. This is what I am looking to get via code. Does anyone ...
by Jeff Barnes
Tue May 30, 2017 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text File (SOLVED)
Replies: 3
Views: 524

Re: FWH: MySql/MariaDB: RowSet object

... LOCAL aToken LOCAL cType, cOrder aToken := HB_ATokens( oQry:cOrder, " " ) IF Len( aToken ) == 1 AAdd( aToken, "ASC" ) ENDIF cOrder = AllTrim( Lower( aToken[ 1 ] ) ) cType = aToken[ 2 ] AEval( oCol:oBrw:aCols, {| o | o:cOrder := " " } ) IF oQry:aStructure[ ...
by luiz53
Tue May 16, 2017 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19624

New FTDN April/Abril 2017 (FWH 17.04)

... clauses> @ r,c, BTNBMP <clauses> FILE/RESOURCE nChr <other clauses> For WingDings add 0x10000 or 0x20000 or 0x30000 to the asc value of the character for WingDings, WingDings 2, WingDings 3 * New: TMenu: New METHOD DelItem * Enhancement: MenuItem: adjust left side of items ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1273

FWH 17.04: BtnBmp: Symbol Fonts as bitmaps

... 2 and WingDings3. We can use this to pick up the character we need to display the image we want. To use a character as bitmap, simply mention the ASC value of the character as the FILE or RESOURCE while defining BtnBmp or ButtonBmp. Example for Segoe fonts: DEFINE BUTTON OF oBar PROMPT "text" ...
by nageswaragunupudi
Fri Apr 28, 2017 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04: BtnBmp: Symbol Fonts as bitmaps
Replies: 3
Views: 781

Recall a HIDDEN window from taskmanager

... focus with a Key (or key combination) This are some topics, but none that I can get to work. 1. SetKey( K_ALT_T, { || MyFunction() } ) 2. SETKEY(ASC("Y"), {|| IIF(GetKeyState(VK_CONTROL), EVAL( {|| MyFunction (oTimer,oMain) } ), NIL) } ) The 2. version works when the program is visible ...
by Marc Venken
Tue Mar 28, 2017 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recall a HIDDEN window from taskmanager
Replies: 5
Views: 763

Re: Swap entre columnas en xBrowse

... diferentes nombres de campos entonces: oCol:cSortOrder := <fieldnames> Ejemplo: oCol:cSortOrder := "FIRST,LAST" No especifiques ASC or DESC. XBrowse internamente añade ASC or DESC según lo solicitado. Por lo que es posible hacer lo que deseas usando AUTOSORT sin tener que escribir ...
by Antonio Linares
Wed Nov 30, 2016 8:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Swap entre columnas en xBrowse
Replies: 9
Views: 1684
PreviousNext

Return to advanced search