Page 7 of 7

Re: Harbour ChangeLog - Relevant for HMG interest

Posted: Fri Dec 16, 2016 2:16 pm
by serge_girard
Thanks Pablo!

Serge

Re: Harbour ChangeLog - Relevant for HMG interest

Posted: Sun Apr 09, 2017 3:48 am
by bpd2000
srvet_claudio wrote: Tue Dec 06, 2016 1:20 am
Roberto Lopez wrote:
srvet_claudio wrote:IMHO the best option is the GNU C compilers family that is very portable. I'm writing a http local server in C, the code runs almost without any change in Windows and Android. The idea is to have access to the resources of the system through JavaScript.
That is a great idea.

You are developing this server with some specific goal in mind?
Yes, my goal has name, is called JMG :D
Dear Claudio,
Any update / demo / news

Re: Harbour ChangeLog - Relevant for HMG interest

Posted: Sun Apr 09, 2017 7:37 pm
by srvet_claudio
bpd2000 wrote: Sun Apr 09, 2017 3:48 am
srvet_claudio wrote: Tue Dec 06, 2016 1:20 am
Roberto Lopez wrote:
That is a great idea.

You are developing this server with some specific goal in mind?
Yes, my goal has name, is called JMG :D
Dear Claudio,
Any update / demo / news
Yes Dave, the server is practically finished, these days I'm going to publish it as open source.

Re: Harbour ChangeLog - Relevant for HMG interest

Posted: Thu Oct 20, 2022 12:25 pm
by gfilatov
Pablo César wrote: Fri Dec 16, 2016 10:01 am Uff, until finally something new in our Harbour...
New functions for DBF handling:
2022-10-17 20:11 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/harbour.hbx
* src/harbour.def
* src/rdd/dbcmd.c
+ added two new functions:
hb_FieldGet( <cFieldName> | <nFieldPos> )
-> <xFieldValue> | NIL
hb_FieldPut( <cFieldName> | <nFieldPos>, <xFieldValue> )
-> <xFieldValue> | NIL
They works like FieldGet() and FieldPut() but allows to use field
name instead of field index.
No comment 8-)