Página 1 de 1
New FR Sergey compatibility problem
Publicado: Lun Nov 04, 2013 8:40 am
por proxima
Hi,
We've just purchased FR and discovered one Sergey's function missing:
"gethbarrayvar"
Because we use it in hundreds of reports it's very important to have it and it's almost impossible to rewrite all reports individually prepared for our clinets.
Also function hb_at() is missing during linking time. We use xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 9664)
Andrzej Morgiewicz
New FR Sergey compatibility problem
Publicado: Lun Nov 04, 2013 10:56 am
por ignacio
proxima escribió el lun, 04 noviembre 2013 08:40Hi,
We've just purchased FR and discovered one Sergey's function missing:
"gethbarrayvar"
Because we use it in hundreds of reports it's very important to have it and it's almost impossible to rewrite all reports individually prepared for our clinets.
Also function hb_at() is missing during linking time. We use xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 9664)
Andrzej Morgiewicz
About hb_at() problem. Include this on frh.ch aprox line 14
#ifdef __XHARBOUR__
#translate HB_AT => AT
.....
.....
#endif
About gethbarrayvar, please give us its documentation in order to include it on next revision.
Regards,
New FR Sergey compatibility problem
Publicado: Lun Nov 04, 2013 11:12 am
por proxima
Hi,
From Sergey's documentation pdf ( Frh side function ):
function GetHbArrayVar(HbArrayVar: string; Indexes: Variant):
Variant
Parameters: <HbArrayVar> name of [x]Harbour array variable. <Indexes> - array element
index.
Returns value of an element of [x]Harbour array. Example:
[GetHbArrayVar('MyArray', [6])]
Andrzej Morgiewicz
New FR Sergey compatibility problem
Publicado: Lun Nov 04, 2013 11:57 am
por ignacio
proxima escribió el lun, 04 noviembre 2013 11:12Hi,
From Sergey's documentation pdf ( Frh side function ):
function GetHbArrayVar(HbArrayVar: string; Indexes: Variant):
Variant
Parameters: <HbArrayVar> name of [x]Harbour array variable. <Indexes> - array element
index.
Returns value of an element of [x]Harbour array. Example:
[GetHbArrayVar('MyArray', [6])]
Andrzej Morgiewicz
OK. Thanks. It will be on next revision (this week)
Regards,