Search found 52 matches: kresin

Return to advanced search

Re: String in unicode

For me, these two sources are helpful regarding UTF8: 1. 3.5 Codepage API - UTF8 and code page functions built into Harbour: http://www.kresin.ru/en/hrbfaq_3.html#Doc5 2. Unicode conversion functions for Harbour. http://www.hmgextended.com/files/CONTRIB/UnicodeConvert.prg ...
by frose
Fri Nov 17, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 508

Re: Class THash

... la lista de funciones relativas a Hash: https://github.com/Petewg/harbour-core/wiki/hb_H Incluso esta lista podria estar mas completa: https://www.kresin.ru/en/hrbfaq_3.html#Doc8 Para el tema case sensitive parece que habria que utilizar esta: hb_HCaseMatch(<hHash>, [<lFlag>]) ➜ lPreviousFlag
by paquitohm
Wed Nov 01, 2023 9:37 pm
 
Forum: Utilities / Utilidades
Topic: Class THash
Replies: 10
Views: 1653

Re: HBIDE - Will there be any further development?

Hi paquitohm, Kresin's HBEdit editor is my favorite. It's the one that I use the most, along with his embedded file manager Hb Commander. I still use Total Commander and Ultra Edit part of the time. But I'd like to also see a full-fledged ...
by FWExplorer
Wed Sep 06, 2023 12:40 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 14910

Re: HBIDE - Will there be any further development?

... evitarlo en algunos .prg utilizo el editor de Free Pascal + Editor de Free Pascal está muy desactualizado https://www.freepascal.org/ Alexander Kresin tambien tiene un hbEditor, lo probé, pero no lo utilizo porque es editor de Texto pero no guarda compatibilidad con funcionalidad Turbo Vision ...
by paquitohm
Wed Sep 06, 2023 11:38 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 14910

Re: My regex fails under Harbour

Dear Hua
Please look description this functions
https://www.kresin.ru/en/hrbfaq_3.html#Doc9
by cnavarro
Mon Nov 07, 2022 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 635

Re: mod_harbour + ADS 32 bits libharbour.dll

... Harbour. Personalmente no lo he usado nunca, asi que agradezco a los usuarios de LetoDB que compartan aqui sus experiencias: https://www.kresin.ru/en/letodb.html
by Antonio Linares
Fri Aug 19, 2022 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mod_harbour + ADS 32 bits libharbour.dll
Replies: 18
Views: 2391

Re: Busqueda al interior de un Archivo INI

... https://harbour.github.io/doc/harbour.html https://github.com/Petewg/harbour-core/wiki // Excelente por su organización y contenido http://www.kresin.ru/en/hrbfaq.html http://www.kresin.ru/en/hrbfaq_3.html https://github.com/zgamero/sandbox/wiki
by cnavarro
Sat May 14, 2022 1:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda al interior de un Archivo INI
Replies: 3
Views: 480

Re: dbfntx very slow with 2+ users

hi Marco, Where can I download some documentation? LetoDB https://www.kresin.ru/en/letodb.html NetIO is Part of harbour Constribution https://github.com/harbour/core/blob/master/contrib/hbnetio/utils/hbnetio/hbnetio.prg to read http://harbourlanguage.blogspot.com/2010/04/harbour-netio.html ...
by Jimmy
Thu Apr 14, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 7100

Re: Como Agregar Columna a un Arreglo

https://www.kresin.ru/en/hrbfaq_3.html#Doc8 Enviado desde mi moto g 5G plus mediante Tapatalk Hola Víctor ! Gracias por el enlace a la documentación de los HASH. Hace tiempo estaba aprendiendo PHP y me pareció fabuloso eso de los ...
by JoseAlvarez
Wed Nov 10, 2021 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Agregar Columna a un Arreglo
Replies: 8
Views: 516

Re: Como Agregar Columna a un Arreglo

https://www.kresin.ru/en/hrbfaq_3.html#Doc8

Enviado desde mi moto g 5G plus mediante Tapatalk
by VictorCasajuana
Wed Nov 10, 2021 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Agregar Columna a un Arreglo
Replies: 8
Views: 516

Re: Put Hash data into a dbf

cJSON := hb_jsonEncode( xValue [, lHuman] )

After save cJSON string in memo field

To Restore:

nLengthDecoded := hb_jsonDecode( cJSON, @xValue )


From https://www.kresin.ru/en/hrbfaq_3.html
by hmpaquito
Tue May 25, 2021 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1157

Re: *** Curso de C para programadores Harbour.

... es su codigo y en el ultimo año sus magnificos videos, hasta que uno que casi linda con la patagonia vino a fastidiar el invento. Alexander Kresin y la ayuda de Petewg son muy buenos para conocer sobre harbour internals. Los fuentes de Harbour tambien: El otro dia estuve viendo una clase ...
by hmpaquito
Fri Mar 26, 2021 11:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 19077

Re: teoria sobre objetos...?

Hola Gustavo.

Puedes mirar esto.

[url]
https://www.kresin.ru/en/hrbfaq_3.html#Doc3
[/url]

Saludos.

Jose
by jvtecheto
Thu Mar 25, 2021 8:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: teoria sobre objetos...?
Replies: 2
Views: 459

Re: Can FW also read a intire online webshop ?

hmpaquito wrote:Alternatively
Code: Select all  Expand view
hb_wildMatchI( cPattern, cString )


http://kresin.ru/en/hrbfaq_3.html#Doc13_9


Interesting site... Can all hb functions be used in FW
by Marc Venken
Thu Mar 18, 2021 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1762
Next

Return to advanced search