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.
This commit is contained in:
@@ -437,7 +437,9 @@ DYNAMIC hb_FEof
|
||||
DYNAMIC hb_FGetAttr
|
||||
DYNAMIC hb_FGetDateTime
|
||||
DYNAMIC hb_FieldDec
|
||||
DYNAMIC hb_FieldGet
|
||||
DYNAMIC hb_FieldLen
|
||||
DYNAMIC hb_FieldPut
|
||||
DYNAMIC hb_FieldType
|
||||
DYNAMIC hb_FileDelete
|
||||
DYNAMIC hb_FileExists
|
||||
|
||||
Reference in New Issue
Block a user