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.

ANN: FastReport for [x]Harbour (FRH) 4.8 released!

Foro público de Xailer en español
Spirin Sergey
Mensajes: 25
Registrado: Jue Ene 24, 2008 6:43 pm

ANN: FastReport for [x]Harbour (FRH) 4.8 released!

Mensaje por Spirin Sergey »

Sorry for English.
Hello, all,
FastReport for [x]Harbour (FRH) 4.8 released.
Most impotant changes in 4.8:
* PDF-export is fully rewritten: added full unicode support, improved
performance, decreased memory requirements, added vertical text rendering
(it was a problem in the previous version) etc.
+ added RTF 4.1 support for TfrxRichText object
+ adedd checksum calculating for 2 5 interleaved barcode
and many others.
FRH specific:
+ UserDataSet is fully adapted to work with binary data fields (ordinary
images).
New syntax of SetUserDataset():
In second parameter, binary fields must be marked with "^b" - suffix, for
example:
:SetUserDataSet("MyDS", "NumericField;BlobField^b" , ....
+ New build-in function is addded:
function LoadImageFromHbVar(Picture: TfrxPictureView; HbVar: string):
Variant
LoadImageFromHbVar() loads image to TfrxPictureView-object from [x]Harbour
variable.
Example of using:
In [x]Harbour:
MyVar := memoread("C:MyPicture.jpg")
In Report:
procedure ReportHOnStartReport(Sender: TfrxComponent);
begin
LoadImageFromHbVar(Picture1, 'MyVar');
end;
! New example for interactive report is added at web-site.
! FRH/FRAX web-site is redesigned! Some additiotional info is added.
I remind that FastReport for [x]Harbour (FRH) page:
http://www.paritetsoft.ru/frh.htm
---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales: http://www.paritetsoft.ru/frh.htm
FRAX sales: http://www.paritetsoft.ru/frax.htm
Responder