00cc4427ea0424195b7cc309779de396a0f4e788
* harbour/src/rdd/dbcmd.c
* modified FIELDGET() and FIELDPUT() to accept
also field name (not only field index)
just like DBFILEGET() and DBFILEPUT()
* modified HB_FIELDLEN(), HB_FIELDDEC(), HB_FIELDTYPE() to accept
also field name (not only field index)
* harbour/contrib/hbfship/hbfship.hbp
+ harbour/contrib/hbfship/fldarr.prg
+ harbour/contrib/hbfship/isdb.prg
+ harbour/contrib/hbfship/isfunc.c
+ harbour/contrib/hbfship/isbegseq.c
+ harbour/contrib/hbfship/flddeci.c
+ added FlagShip compatible functions:
FieldGetArr( [ <nRecNo> ] ) -> <aFieldValues>
FieldPutArr( <aFieldValues> [, <nRecNo> ] ) -> <lSuccess>
IsDbExcl() -> <lExclusive>
IsDbFlock() -> <lFLocked>
IsDbRLock( [ <xRec> ] ) -> <lLocked>
IsFunction( <cName> ) -> <lExists>
IsBegSeq() -> <lResult>
FieldDeci( <cFieldName> | <nFieldPos> ) -> <nDecimals>
* harbour/contrib/hbwin/axcore.c
* minor cleanup - replaced some 0 values with S_OK macro
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%