In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

New FR Sergey compatibility problem

FastReport for Xailer & [x]Harbour (English/Spanish)
Responder
proxima
Mensajes: 8
Registrado: Jue Oct 31, 2013 9:29 am

New FR Sergey compatibility problem

Mensaje 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
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9246
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

New FR Sergey compatibility problem

Mensaje 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,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
proxima
Mensajes: 8
Registrado: Jue Oct 31, 2013 9:29 am

New FR Sergey compatibility problem

Mensaje 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
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9246
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

New FR Sergey compatibility problem

Mensaje 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,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder