Página 1 de 1

Migrando do Flagship

Enviado: 27 Out 2010 16:35
por Itamar M. Lins Jr.
Ola!
Para quem está migrando, adicionado novas funções do Flagship ao Harbour.
Author: druzus
Date: 2010-10-27 16:30:54 +0000 (Wed, 27 Oct 2010)

Log Message:
-----------
2010-10-27 18:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* 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>
Saudações,
Itamar M. Lins Jr.