Search found 369 matches: ascii

Return to advanced search

Re: Setup Barcode system in FWH

I don't know ... but since the scan wants to act as keyboard input, and there is no Get field, I'm not sure how that would react. You might see about having the scanner put a Tab key at the end instead of an Enter key. ( ASCII CODE ).
by TimStone
Fri Mar 15, 2019 12:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6472

Re: Fatturazione Elettronica

salve perche' complicarsi la vita ? io tratto il file .xml come un file ascii ( txt ) quindi uso fcreate, frwite e fclose esempio .... frceate . . * --------------------------------- fase Header cRiga := "<FatturaElettronicaHeader>" + CRLF cRiga ...
by solving
Wed Dec 05, 2018 3:38 pm
 
Forum: All products support
Topic: Fatturazione Elettronica
Replies: 91
Views: 64234

Re: chronometer

...         aChar :=  CodeAScii32()       ENDCASERETURN aChar  do not forget to add the Code Ascii Table function
by Silvio.Falconi
Fri Nov 30, 2018 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chronometer
Replies: 20
Views: 4856

Re: FWH 18.08: Enhancements to strings.prg

... usually lot faster than it is possible to notice * in an average GUI. * * The choice of having pre-compiled tables instead of easy to mangle with ascii * oriented dictionary files is has been made for the reason of allowing * applications to start with a minimal overhead. This is very important ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5566

Re: EXE passwords are visible in plain

1) I not use decript/cript function of Fivewin 2) I not insert any password type encript(strin,youpw) 3) the string cifrated is on file ascii ( or file INI) I not understood where you found "Antonio Linares from fivetechsoft!" if the text is cripted with aes and insert on inifile ...
by Silvio.Falconi
Sat Nov 10, 2018 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5297

Re: EXE passwords are visible in plain

... type: InitAes(128) //192/256 Load tables string_text := "Antonio Linare from Fivetechsoft.com!" //ascii Keychipher:= "2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c" //hexadecimal cCifrated:= ProtectStringComplete(string_text,KeyChipher) ...
by Silvio.Falconi
Sat Nov 10, 2018 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5297

Re: Import/Export from/to CSV files (; separator)

... exactly the command that i try each time, but it doesn't work fine with files without spaces. It works fine only if the file is with field fixed ascii (lenght declared for each field), but if the file is without space and doesn't have fixed lenght (standard format CSV), it is not ok. I'll try ...
by max
Tue Oct 09, 2018 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2246

Re: Insert symbol to richedit

Try with ALT + 252 or ALT + 253 ( ascii codes )
by cnavarro
Sat Sep 29, 2018 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert symbol to richedit
Replies: 6
Views: 1083

TGroup problem...

... C resource editor DLL file. https://i.postimg.cc/dtcSjnsX/2018-09-28_002138.jpg My PRG save as UTF8-no BOM type, but save as ANSI/ASCII type same as problem. REDEFINE GROUP ::oGrp ID 400 OF ::oDlg TRANSPARENT 
by richard-service
Thu Sep 27, 2018 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGroup problem...
Replies: 0
Views: 406

NirSoft utilities for programmers

... addresses, local and remote ports, total number of send/receive bytes, and more. You can also watch the content of each send or receive call, in Ascii mode or as Hex Dump. SocketSniff can be used by programmers to debug applications that use socket API. RegFromApp RegFromApp monitors the Registry ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1128

Re: Unicode characters in xBrowse

You are using xHarbour. Use NUMTOHEX instead of HB_NUMTOHEX Using in your project: fwh\samples\uisymbol.prg shows all symbols and their ascii values. for fonts "Segoe MDL2 Assets"( W10 only), "Segoe UI Symbol" (W8.1 and W10) and Wingdings 1,2,3 for all versions prior to ...
by nageswaragunupudi
Thu Jun 14, 2018 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters in xBrowse
Replies: 4
Views: 796

Re: UPPER() and IsAlpha() return not reals values in french

... connected, or if we want change RDD to DBFCDX for example, Upper() of xHarbour is used, who is not compatible with alphabétic order. Because the ASCII codes of all accented chars are after the ASCII code of "Z". This is why it is necessary to "destroy" all accents in Upper() ...
by Badara Thiam
Mon Jun 04, 2018 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2637

Re: UPPER() and IsAlpha() return not reals values in french

There is no change when i replace "FR" by "FRWIN".. :cry:

My databases are in DOS codepage ASCII
by Badara Thiam
Sun Jun 03, 2018 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2637

Re: UPPER() and IsAlpha() return not reals values in french

Hi Enrico ! I prepare it to you. It is a little complex because translation ASCII-ANSI. I retrieve this test function you gave to me and i modify it to try to see more : ****************FUNCTION FWTEST15()****************local i, c, u:={}, l:={}, ...
by Badara Thiam
Sun Jun 03, 2018 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2637

Re: Richedit5 and XP

... well 1.- What language are you using? 2.- Do not confuse "unicode" with special symbols (which may depend on the font used), or with ascii symbols that you can obtain by pressing ALT + 167, for example. You can easily verify that the control accepts any character you wish to put, ...
by cnavarro
Sat May 26, 2018 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit5 and XP
Replies: 5
Views: 1066
PreviousNext

Return to advanced search